From 99341146b4324f783450e02839ca77bb43d384fd Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Fri, 14 Feb 2020 16:15:38 +0900 Subject: [PATCH] ARM: configs: tizen_bcm2711_defconfig: Disable CONFIG_CFG80211_CRDA_SUPPORT If CONFIG_CFG80211_CRDA_SUPPORT is enabled, kernel has been sending the uevent until setting the regulatory domain from userspace. But RPI4 doesn't use CRDA (Central Regulatory Domain Agent) for wireless device. In result, CONFIG_CFG80211_CRDA_SUPPORT makes the unneeded uevent. So that disable CONFIG_CFG80211_CRDA_SUPPORT for removing the unuseful uevent. Change-Id: I3ea8369ba97c9804a99bdf27f008ba4664469286 Signed-off-by: Chanwoo Choi --- arch/arm/configs/tizen_bcm2711_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index b69dc08..d721379 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -200,6 +200,7 @@ CONFIG_BT_HCIUART=y CONFIG_BT_HCIUART_BCM=y CONFIG_BT_HCIBCM203X=m CONFIG_CFG80211=y +# CONFIG_CFG80211_CRDA_SUPPORT is not set CONFIG_CFG80211_WEXT=y CONFIG_MAC80211=y CONFIG_MAC80211_MESH=y -- 2.7.4