aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-06-09 13:42:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-08-22 14:25:33 -0700
commite7a25f9839fd392ec2c96e7e2b3734501d761a24 (patch)
tree2595e2ad91e23928b395a2ecde0a3a4e0e9ef4de /drivers/bluetooth
parentBluetooth: Add documentation for Marvell Bluetooth driver (diff)
downloadlinux-dev-e7a25f9839fd392ec2c96e7e2b3734501d761a24.tar.xz
linux-dev-e7a25f9839fd392ec2c96e7e2b3734501d761a24.zip
Bluetooth: Fix Kconfig for Marvell Bluetooth driver
The Marvell driver selects DEBUG_FS and FW_LOADER for its core driver and that is pointless. Don't select DEBUG_FS since it is either enabled or not and it is not for the driver to enable it. Also FW_LOADER is only used within the SDIO driver and so just have that one select the FW_LOADER option. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 5f04014b62a1..652367aa6546 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -172,8 +172,6 @@ config BT_HCIVHCI
config BT_MRVL
tristate "Marvell Bluetooth driver support"
- select FW_LOADER
- select DEBUG_FS
help
The core driver to support Marvell Bluetooth devices.
@@ -186,6 +184,7 @@ config BT_MRVL
config BT_MRVL_SDIO
tristate "Marvell BT-over-SDIO driver"
depends on BT_MRVL && MMC
+ select FW_LOADER
help
The driver for Marvell Bluetooth chipsets with SDIO interface.