This driver can be built on a kernel without rfkill, but events won't work which causes an unexpected experience. Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx> --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 7d385c3b2239..22b6e7e3da13 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -419,6 +419,7 @@ config WIRELESS_HOTKEY tristate "Wireless hotkey button" depends on ACPI depends on INPUT + depends on RFKILL help This driver provides supports for the wireless buttons found on some AMD, HP, & Xioami laptops. -- 2.25.1