diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2020-02-14 19:31:11 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-03-09 13:13:02 -0700 |
commit | 3ae09e2608c3bbd619605e35fd3f7b5f547aea3f (patch) | |
tree | 8966edab958199cfcbe8158372d1956f409cf41a /arch/arm/configs/qcom_defconfig | |
parent | ee43b5ab850f901217857d06f8e3c6cc5154fa03 (diff) |
ARM: qcom_defconfig: Enable QRTR
This option is useful on msm8974, so enable it.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20200214183111.50919-1-luca@z3ntu.xyz
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm/configs/qcom_defconfig')
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index a00765b7225f..c882167e1496 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -50,6 +50,8 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_IPV6 is not set +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m CONFIG_BT=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_BCM=y |