Commit 7b6efd9f authored by Marcel Holtmann's avatar Marcel Holtmann

[Bluetooth] Cleanup drivers Kconfig file

This patch makes some cosmetic cleanups to the Kconfig file for the
Bluetooth drivers.
parent 7d202bd0
...@@ -4,7 +4,7 @@ menu "Bluetooth device drivers" ...@@ -4,7 +4,7 @@ menu "Bluetooth device drivers"
config BT_HCIUSB config BT_HCIUSB
tristate "HCI USB driver" tristate "HCI USB driver"
depends on BT && USB depends on USB
help help
Bluetooth HCI USB driver. Bluetooth HCI USB driver.
This driver is required if you want to use Bluetooth devices with This driver is required if you want to use Bluetooth devices with
...@@ -24,7 +24,6 @@ config BT_HCIUSB_SCO ...@@ -24,7 +24,6 @@ config BT_HCIUSB_SCO
config BT_HCIUART config BT_HCIUART
tristate "HCI UART driver" tristate "HCI UART driver"
depends on BT
help help
Bluetooth HCI UART driver. Bluetooth HCI UART driver.
This driver is required if you want to use Bluetooth devices with This driver is required if you want to use Bluetooth devices with
...@@ -66,7 +65,7 @@ config BT_HCIUART_BCSP_TXCRC ...@@ -66,7 +65,7 @@ config BT_HCIUART_BCSP_TXCRC
config BT_HCIBCM203X config BT_HCIBCM203X
tristate "HCI BCM203x USB driver" tristate "HCI BCM203x USB driver"
depends on USB && BT depends on USB
select FW_LOADER select FW_LOADER
help help
Bluetooth HCI BCM203x USB driver. Bluetooth HCI BCM203x USB driver.
...@@ -78,7 +77,7 @@ config BT_HCIBCM203X ...@@ -78,7 +77,7 @@ config BT_HCIBCM203X
config BT_HCIBFUSB config BT_HCIBFUSB
tristate "HCI BlueFRITZ! USB driver" tristate "HCI BlueFRITZ! USB driver"
depends on USB && BT depends on USB
select FW_LOADER select FW_LOADER
help help
Bluetooth HCI BlueFRITZ! USB driver. Bluetooth HCI BlueFRITZ! USB driver.
...@@ -91,7 +90,7 @@ config BT_HCIBFUSB ...@@ -91,7 +90,7 @@ config BT_HCIBFUSB
config BT_HCIDTL1 config BT_HCIDTL1
tristate "HCI DTL1 (PC Card) driver" tristate "HCI DTL1 (PC Card) driver"
depends on PCMCIA && BT depends on PCMCIA
help help
Bluetooth HCI DTL1 (PC Card) driver. Bluetooth HCI DTL1 (PC Card) driver.
This driver provides support for Bluetooth PCMCIA devices with This driver provides support for Bluetooth PCMCIA devices with
...@@ -104,7 +103,7 @@ config BT_HCIDTL1 ...@@ -104,7 +103,7 @@ config BT_HCIDTL1
config BT_HCIBT3C config BT_HCIBT3C
tristate "HCI BT3C (PC Card) driver" tristate "HCI BT3C (PC Card) driver"
depends on PCMCIA && BT depends on PCMCIA
help help
Bluetooth HCI BT3C (PC Card) driver. Bluetooth HCI BT3C (PC Card) driver.
This driver provides support for Bluetooth PCMCIA devices with This driver provides support for Bluetooth PCMCIA devices with
...@@ -120,7 +119,7 @@ config BT_HCIBT3C ...@@ -120,7 +119,7 @@ config BT_HCIBT3C
config BT_HCIBLUECARD config BT_HCIBLUECARD
tristate "HCI BlueCard (PC Card) driver" tristate "HCI BlueCard (PC Card) driver"
depends on PCMCIA && BT depends on PCMCIA
help help
Bluetooth HCI BlueCard (PC Card) driver. Bluetooth HCI BlueCard (PC Card) driver.
This driver provides support for Bluetooth PCMCIA devices with This driver provides support for Bluetooth PCMCIA devices with
...@@ -129,11 +128,11 @@ config BT_HCIBLUECARD ...@@ -129,11 +128,11 @@ config BT_HCIBLUECARD
Anycom Bluetooth CF Card Anycom Bluetooth CF Card
Say Y here to compile support for HCI BlueCard devices into the Say Y here to compile support for HCI BlueCard devices into the
kernel or say M to compile it as module (bluecard_cs.o). kernel or say M to compile it as module (bluecard_cs).
config BT_HCIBTUART config BT_HCIBTUART
tristate "HCI UART (PC Card) device driver" tristate "HCI UART (PC Card) device driver"
depends on PCMCIA && BT depends on PCMCIA
help help
Bluetooth HCI UART (PC Card) driver. Bluetooth HCI UART (PC Card) driver.
This driver provides support for Bluetooth PCMCIA devices with This driver provides support for Bluetooth PCMCIA devices with
...@@ -145,11 +144,10 @@ config BT_HCIBTUART ...@@ -145,11 +144,10 @@ config BT_HCIBTUART
Cyber-blue Compact Flash Card Cyber-blue Compact Flash Card
Say Y here to compile support for HCI UART devices into the Say Y here to compile support for HCI UART devices into the
kernel or say M to compile it as module (bluecard_cs). kernel or say M to compile it as module (btuart_cs).
config BT_HCIVHCI config BT_HCIVHCI
tristate "HCI VHCI (Virtual HCI device) driver" tristate "HCI VHCI (Virtual HCI device) driver"
depends on BT
help help
Bluetooth Virtual HCI device driver. Bluetooth Virtual HCI device driver.
This driver is required if you want to use HCI Emulation software. This driver is required if you want to use HCI Emulation software.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment