linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable RFKILL GPIO
@ 2024-12-18 16:31 Nicolas Dufresne
  2025-01-09 23:22 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Dufresne @ 2024-12-18 16:31 UTC (permalink / raw)
  To: Will Deacon, Catalin Marinas, Heiko Stuebner
  Cc: linux-rockchip, linux-arm-kernel, linux-kernel, kernel,
	Nicolas Dufresne

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(+)

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

---
base-commit: e0fc7a7869452b877c26644fdf0b38dd9a6cf8d2
change-id: 20241218-rk3588-rfkill-gpio-config-5c8e0333dae9

Best regards,
-- 
Nicolas Dufresne <nicolas.dufresne@collabora.com>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable RFKILL GPIO
  2024-12-18 16:31 [PATCH] arm64: defconfig: Enable RFKILL GPIO Nicolas Dufresne
@ 2025-01-09 23:22 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2025-01-09 23:22 UTC (permalink / raw)
  To: Will Deacon, Catalin Marinas, Nicolas Dufresne
  Cc: Heiko Stuebner, linux-rockchip, linux-arm-kernel, linux-kernel,
	kernel


On Wed, 18 Dec 2024 11:31:30 -0500, Nicolas Dufresne wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: Enable RFKILL GPIO
      commit: 893b4ea693f1ae236cb2f6a94b489d6569933520

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-09 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 16:31 [PATCH] arm64: defconfig: Enable RFKILL GPIO Nicolas Dufresne
2025-01-09 23:22 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).