diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-05-03 17:42:05 -0600 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-05-06 15:12:38 -0700 |
commit | 2b74103547b4dfaac10cd55464cd2bcc26022a66 (patch) | |
tree | 2f6347b1630790274ad43013b61017b07e5fc254 /drivers/platform/x86/Kconfig | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
toshiba_acpi: Remove bluetooth rfkill code
This patch removes all bluetooth rfkill related code residing in
the toshiba_acpi driver.
Separate patches will add (and adapt) the code to toshiba_bluetooth
(where it belongs).
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index f9f205cb1f11..822171cb50d5 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -612,7 +612,6 @@ config ACPI_TOSHIBA select NEW_LEDS depends on BACKLIGHT_CLASS_DEVICE depends on INPUT - depends on RFKILL || RFKILL = n depends on SERIO_I8042 || SERIO_I8042 = n depends on ACPI_VIDEO || ACPI_VIDEO = n select INPUT_POLLDEV |