diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-10-01 17:59:38 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-10-01 17:59:42 +0200 |
commit | 4f5688908f5a554b0605f9b715f87256737416dc (patch) | |
tree | f2e2f02ada56a7823b4037589a9a879f2bfc6ed6 /arch/arm64/configs/defconfig | |
parent | 25cee71a23f4c325b80f45cbd7ee1cde234f8c60 (diff) | |
parent | 1bdf91fd2ae8226f34ed3a760199946c7dfe746d (diff) | |
download | linux-4f5688908f5a554b0605f9b715f87256737416dc.tar.bz2 |
Merge tag 'qcom-arm64-defconfig-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/defconfig
Qualcomm ARM64 Based defconfig Updates for v4.20
* Enable Qualcomm QRTR driver
* tag 'qcom-arm64-defconfig-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
arm64: defconfig: Enable Qualcomm QRTR
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ed444eb485b2..22870210ce64 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -153,6 +153,9 @@ CONFIG_BRIDGE_VLAN_FILTERING=y CONFIG_VLAN_8021Q=m CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m +CONFIG_QRTR_TUN=m CONFIG_BPF_JIT=y CONFIG_BT=m CONFIG_BT_HIDP=m |