diff options
author | Bing Zhao <bzhao@marvell.com> | 2009-06-02 17:29:35 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-22 17:25:32 -0400 |
commit | 132ff4e5fa8dfb71a7d99902f88043113947e972 (patch) | |
tree | 3fb4b236d8bfafd7c0a74f55a2d324189e0ccd91 /drivers/bluetooth/Kconfig | |
parent | edad63886993d18ab800c49f6587a93432ef8b35 (diff) |
Bluetooth: Add btmrvl driver for Marvell Bluetooth devices
This driver provides basic definitions and library functions to
support Marvell Bluetooth enabled devices, such as 88W8688 WLAN/BT
combo chip.
This patch incorporates a lot of comments given by
Nicolas Pitre <nico@marvell.com>. Many thanks to Nicolas Pitre.
Signed-off-by: Rahul Tank <rahult@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 1164837bb781..b049a79fcc02 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -170,5 +170,17 @@ config BT_HCIVHCI | |||
170 | Say Y here to compile support for virtual HCI devices into the | 170 | Say Y here to compile support for virtual HCI devices into the |
171 | kernel or say M to compile it as module (hci_vhci). | 171 | kernel or say M to compile it as module (hci_vhci). |
172 | 172 | ||
173 | config BT_MRVL | ||
174 | tristate "Marvell Bluetooth driver support" | ||
175 | select FW_LOADER | ||
176 | help | ||
177 | The core driver to support Marvell Bluetooth devices. | ||
178 | |||
179 | This driver is required if you want to support | ||
180 | Marvell Bluetooth devices, such as 8688. | ||
181 | |||
182 | Say Y here to compile Marvell Bluetooth driver | ||
183 | into the kernel or say M to compile it as module. | ||
184 | |||
173 | endmenu | 185 | endmenu |
174 | 186 | ||