diff options
author | Guodong Xu <guodong.xu@linaro.org> | 2016-08-24 04:42:07 +0200 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-08-24 16:46:01 +0200 |
commit | 29002b8e2e86f35f93f31373a2e7c32e2028aeee (patch) | |
tree | 79d646878e89231e6958a4d58e7054c67b6a967e /arch | |
parent | arm64: defconfig: enable CONFIG_INPUT_HISI_POWERKEY for HiKey (diff) | |
download | linux-29002b8e2e86f35f93f31373a2e7c32e2028aeee.tar.xz linux-29002b8e2e86f35f93f31373a2e7c32e2028aeee.zip |
arm64: defconfig: enable bluetooth supports as modules
Enable the following items for bluetooth mouse and speaker which base
on HCIUART.
a) CONFIG_BT_HCIUART
b) CONFIG_BT_HCIUART_LL
c) CONFIG_BT_HIDP
Enable bluetooth LED support.
d) CONFIG_BT_LEDS
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 103082a6ebc7..034f4c831d14 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -89,6 +89,14 @@ CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_IPV6 is not set CONFIG_BPF_JIT=y +CONFIG_BT=m +CONFIG_BT_HIDP=m +# CONFIG_BT_HS is not set +# CONFIG_BT_LE is not set +CONFIG_BT_LEDS=y +# CONFIG_BT_DEBUGFS is not set +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_LL=y CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_MAC80211_LEDS=y |