summaryrefslogtreecommitdiff
path: root/drivers/staging/btmtk_usb/Kconfig
diff options
context:
space:
mode:
authorCho, Yu-Chen <acho@suse.com>2013-05-16 08:31:59 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-16 22:43:48 (GMT)
commit0d751eca3b64e9118144bc7d26cb6290b8ed4d5d (patch)
treed49907f074cca4161e741c5575c4f41993171b35 /drivers/staging/btmtk_usb/Kconfig
parent9b43b56f7950967771789a663bc2946cf2ce5087 (diff)
downloadlinux-fsl-qoriq-0d751eca3b64e9118144bc7d26cb6290b8ed4d5d.tar.xz
Staging: add USB MTK bluetooth driver
This driver is for the Mediatek Bluetooth that can be found in many different laptops. It was written by Mediatek, but cleaned up to work properly in the kernel tree by SUSE. -- Changes since v1: 1.fixed built error , because build path typo. 2.change to correct version number. Signed-off-by: Cho, Yu-Chen <acho@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/btmtk_usb/Kconfig')
-rw-r--r--drivers/staging/btmtk_usb/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/btmtk_usb/Kconfig b/drivers/staging/btmtk_usb/Kconfig
new file mode 100644
index 0000000..a425ebd
--- /dev/null
+++ b/drivers/staging/btmtk_usb/Kconfig
@@ -0,0 +1,11 @@
+config USB_BTMTK
+ tristate "Mediatek Bluetooth support"
+ depends on USB && BT && m
+ ---help---
+ Say Y here if you wish to control a MTK USB Bluetooth.
+
+ This option depends on 'USB' support being enabled
+
+ To compile this driver as a module, choose M here: the
+ module will be called btmtk_usb.
+