Pārlūkot izejas kodu

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>
Marcel Holtmann 16 gadi atpakaļ
vecāks
revīzija
e7a25f9839
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      drivers/bluetooth/Kconfig

+ 1 - 2
drivers/bluetooth/Kconfig

@@ -172,8 +172,6 @@ config BT_HCIVHCI
 
 
 config BT_MRVL
 config BT_MRVL
 	tristate "Marvell Bluetooth driver support"
 	tristate "Marvell Bluetooth driver support"
-	select FW_LOADER
-	select DEBUG_FS
 	help
 	help
 	  The core driver to support Marvell Bluetooth devices.
 	  The core driver to support Marvell Bluetooth devices.
 
 
@@ -186,6 +184,7 @@ config BT_MRVL
 config BT_MRVL_SDIO
 config BT_MRVL_SDIO
 	tristate "Marvell BT-over-SDIO driver"
 	tristate "Marvell BT-over-SDIO driver"
 	depends on BT_MRVL && MMC
 	depends on BT_MRVL && MMC
+	select FW_LOADER
 	help
 	help
 	  The driver for Marvell Bluetooth chipsets with SDIO interface.
 	  The driver for Marvell Bluetooth chipsets with SDIO interface.