diff options
Diffstat (limited to 'package/bluez-alsa/Config.in')
-rw-r--r-- | package/bluez-alsa/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/bluez-alsa/Config.in b/package/bluez-alsa/Config.in index 1753da48f9..e52933f07c 100644 --- a/package/bluez-alsa/Config.in +++ b/package/bluez-alsa/Config.in @@ -26,6 +26,12 @@ config BR2_PACKAGE_BLUEZ_ALSA_HCITOP help Enable top-like monitoring tool for HCI. +config BR2_PACKAGE_BLUEZ_ALSA_RFCOMM + bool "rfcomm" + select BR2_PACKAGE_READLINE + help + Simple tool for sending RFCOMM commands. + endif comment "bluez-alsa needs a toolchain w/ wchar, NPTL, headers >= 3.4, dynamic library" |