diff options
author | Max Chou <max.chou@realtek.com> | 2020-02-17 16:14:55 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-02-18 09:22:22 +0100 |
commit | 848fc6164158d697b70b390a2db5019663713f47 (patch) | |
tree | 988f7aa428bc0a1eba2cbfe3dd6bff95f4240439 /drivers/bluetooth/Kconfig | |
parent | e22998f53a1e5a2e8c98d0f42506be985773b50c (diff) |
Bluetooth: hci_h5: btrtl: Add support for RTL8822C
Add new compatible and FW loading support for RTL8822C.
Signed-off-by: Max Chou <max.chou@realtek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index ca0356dbbb08..4e73a531b377 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -211,7 +211,7 @@ config BT_HCIUART_RTL depends on BT_HCIUART depends on BT_HCIUART_SERDEV depends on GPIOLIB - depends on ACPI + depends on (ACPI || SERIAL_DEV_CTRL_TTYPORT) select BT_HCIUART_3WIRE select BT_RTL help |