Message ID | 20200214183111.50919-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] ARM: qcom_defconfig: Enable QRTR | expand |
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index ad3417a63cdf..4702feef2cc9 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -44,6 +44,8 @@ CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y # CONFIG_IPV6 is not set +CONFIG_QRTR=m +CONFIG_QRTR_SMD=m CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_RFKILL=y
This option is useful on msm8974, so enable it. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes from v1: - set options as =m instead of =y arch/arm/configs/qcom_defconfig | 2 ++ 1 file changed, 2 insertions(+)