diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-04-16 11:40:02 -0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-26 15:05:59 +0200 |
commit | 73acc46b06bfd41ba916702045029bc603f57fcd (patch) | |
tree | ba17e63452c1cf4a65d4b481b459d8322d27f987 /arch/arm64/configs | |
parent | 61bcbdd6f1ae0653d003b04136909f5f8b89cf01 (diff) | |
download | linux-stable-73acc46b06bfd41ba916702045029bc603f57fcd.tar.gz linux-stable-73acc46b06bfd41ba916702045029bc603f57fcd.tar.bz2 linux-stable-73acc46b06bfd41ba916702045029bc603f57fcd.zip |
arm64: defconfig: Enable bluetooth USB support
Enable the Bluetooth USB controller which is present
in the RK3399 Kevin Chromebook.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 39ac42187f7f..34037d24fbf4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -157,6 +157,7 @@ CONFIG_BT_HIDP=m # CONFIG_BT_LE is not set CONFIG_BT_LEDS=y # CONFIG_BT_DEBUGFS is not set +CONFIG_BT_HCIBTUSB=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_LL=y CONFIG_CFG80211=m |