]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry
authorAzael Avalos <coproscefalo@gmail.com>
Mon, 14 Dec 2015 20:00:59 +0000 (13:00 -0700)
committerDarren Hart <dvhart@linux.intel.com>
Tue, 19 Jan 2016 23:49:37 +0000 (15:49 -0800)
Commit 2fdde83443aa ("toshiba_acpi: Add WWAN RFKill support") added
WWAN rfkill support to the driver, but the KConfig entry was not
updated to add the RFKill dependency, causing a broken build if
RFKill is not selected.

This patch adds the RFKILL dependency to the KConfig entry, fixing
the build issue.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/Kconfig

index 148ff880d9be93076f5ccd2119547f91f3dc460c..6ae72638b1af3bfaea2ad097bfe19dc1516d10b1 100644 (file)
@@ -641,6 +641,7 @@ config ACPI_TOSHIBA
        depends on INPUT
        depends on SERIO_I8042 || SERIO_I8042 = n
        depends on ACPI_VIDEO || ACPI_VIDEO = n
+       depends on RFKILL || RFKILL = n
        select INPUT_POLLDEV
        select INPUT_SPARSEKMAP
        ---help---