Commit bd6576ac authored by Marcel Holtmann's avatar Marcel Holtmann Committed by Marcel Holtmann

[Bluetooth] Update the Kconfig entry for the BlueFRITZ! USB driver

The BlueFRITZ! USB driver must use "select" to enable the firmware
loader, because the option "enable" is deprecated.
parent ab29fa8c
...@@ -57,9 +57,9 @@ config BT_HCIUART_BCSP ...@@ -57,9 +57,9 @@ config BT_HCIUART_BCSP
Say Y here to compile support for HCI BCSP protocol. Say Y here to compile support for HCI BCSP protocol.
config BT_HCIUART_BCSP_TXCRC config BT_HCIUART_BCSP_TXCRC
bool "Transmit CRC with every BCSP packet" bool "Transmit CRC with every BCSP packet"
depends on BT_HCIUART_BCSP depends on BT_HCIUART_BCSP
help help
If you say Y here, a 16-bit CRC checksum will be transmitted along with If you say Y here, a 16-bit CRC checksum will be transmitted along with
every BCSP (BlueCore Serial Protocol) packet sent to the Bluetooth chip. every BCSP (BlueCore Serial Protocol) packet sent to the Bluetooth chip.
This increases reliability, but slightly reduces efficiency. This increases reliability, but slightly reduces efficiency.
...@@ -67,7 +67,7 @@ config BT_HCIUART_BCSP_TXCRC ...@@ -67,7 +67,7 @@ config BT_HCIUART_BCSP_TXCRC
config BT_HCIBFUSB config BT_HCIBFUSB
tristate "HCI BlueFRITZ! USB driver" tristate "HCI BlueFRITZ! USB driver"
depends on USB && BT depends on USB && BT
enable FW_LOADER select FW_LOADER
help help
Bluetooth HCI BlueFRITZ! USB driver. Bluetooth HCI BlueFRITZ! USB driver.
This driver provides support for Bluetooth USB devices with AVM This driver provides support for Bluetooth USB devices with AVM
......
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