diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/Kconfig | 3 |
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 | |||
172 | 172 | ||
173 | config BT_MRVL | 173 | config BT_MRVL |
174 | tristate "Marvell Bluetooth driver support" | 174 | tristate "Marvell Bluetooth driver support" |
175 | select FW_LOADER | ||
176 | select DEBUG_FS | ||
177 | help | 175 | help |
178 | The core driver to support Marvell Bluetooth devices. | 176 | The core driver to support Marvell Bluetooth devices. |
179 | 177 | ||
@@ -186,6 +184,7 @@ config BT_MRVL | |||
186 | config BT_MRVL_SDIO | 184 | config BT_MRVL_SDIO |
187 | tristate "Marvell BT-over-SDIO driver" | 185 | tristate "Marvell BT-over-SDIO driver" |
188 | depends on BT_MRVL && MMC | 186 | depends on BT_MRVL && MMC |
187 | select FW_LOADER | ||
189 | help | 188 | help |
190 | The driver for Marvell Bluetooth chipsets with SDIO interface. | 189 | The driver for Marvell Bluetooth chipsets with SDIO interface. |
191 | 190 | ||