From cbcc29bd0f106d494b466a6dcc2f67e27bcfe501 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Dhanotiya Date: Tue, 7 Jan 2020 18:05:41 +0530 Subject: [PATCH] defconfig: Enable cellular hints in regulatory cfg80211 The user-space may send regulatory hint that has cellular sub-type enabled. To process such events, enable CONFIG_CFG80211_REG_CELLULAR_HINTS. Change-Id: I3e43ea7f7f3c18e0231df32abe2c174342a75d12 CRs-Fixed: 2597698 Signed-off-by: Ashish Kumar Dhanotiya --- arch/arm64/configs/vendor/kona_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/vendor/kona_defconfig b/arch/arm64/configs/vendor/kona_defconfig index 504b11e3a071..ae2354a0919d 100644 --- a/arch/arm64/configs/vendor/kona_defconfig +++ b/arch/arm64/configs/vendor/kona_defconfig @@ -268,6 +268,8 @@ CONFIG_BT=y CONFIG_MSM_BT_POWER=y CONFIG_BT_SLIM_QCA6390=y CONFIG_CFG80211=y +CONFIG_CFG80211_CERTIFICATION_ONUS=y +CONFIG_CFG80211_REG_CELLULAR_HINTS=y CONFIG_CFG80211_INTERNAL_REGDB=y CONFIG_RFKILL=y CONFIG_NFC_NQ=y