ARM: configs: tizen_bcm2711_defconfig: Disable CONFIG_CFG80211_CRDA_SUPPORT 33/224933/1 accepted/tizen/unified/20200218.145926 submit/tizen/20200217.061018
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 14 Feb 2020 07:15:38 +0000 (16:15 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 14 Feb 2020 07:22:17 +0000 (16:22 +0900)
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 <cw00.choi@samsung.com>
arch/arm/configs/tizen_bcm2711_defconfig

index b69dc08..d721379 100644 (file)
@@ -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