diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-12-14 13:00:59 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-01-19 15:49:37 -0800 |
commit | dc4522beb24352b371cfbfdcecb0c8def5a2455e (patch) | |
tree | 0cf85d73cc47e2d553fa21c4e596eae2ea9d5e37 /drivers | |
parent | fdca4f16f57da76a8e68047923588a87d1c01f0a (diff) | |
download | linux-stable-dc4522beb24352b371cfbfdcecb0c8def5a2455e.tar.gz linux-stable-dc4522beb24352b371cfbfdcecb0c8def5a2455e.tar.bz2 linux-stable-dc4522beb24352b371cfbfdcecb0c8def5a2455e.zip |
platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 148ff880d9be..6ae72638b1af 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -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--- |