Message ID | 20241218-rk3588-rfkill-gpio-config-v1-1-dfdf464f97d4@collabora.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: defconfig: Enable RFKILL GPIO | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e6158633f07c1f3532fba62f09b31e7448..9293e988789f10cf074dc80188839a32485bee16 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -200,6 +200,7 @@ CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_MAC80211_LEDS=y CONFIG_RFKILL=m +CONFIG_RFKILL_GPIO=m CONFIG_NET_9P=y CONFIG_NET_9P_VIRTIO=y CONFIG_NFC=m
Enable as a module the RFKILL GPIO driver. This is needed to power WiFi and Bluetooth radio on various RK3588 board. Without this module, rfkill will report the switch has hard blocked, which prevents using the WiFi or Bluetooth feature. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: e0fc7a7869452b877c26644fdf0b38dd9a6cf8d2 change-id: 20241218-rk3588-rfkill-gpio-config-5c8e0333dae9 Best regards,