diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-04-01 17:10:46 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-03 21:04:02 +0400 |
commit | 14bd31365fbeeccee72b0aead3baa4e5da208281 (patch) | |
tree | b07ab3394dd6d120db7bf416d44cd9bc71112d0b /drivers/platform/x86 | |
parent | 6479efb68dce48fa52aed6ff876d8d102f200527 (diff) | |
download | linux-14bd31365fbeeccee72b0aead3baa4e5da208281.tar.xz |
sony-laptop should depend on RFKILL
Fixes this build error when RFKILL is not set:
drivers/platform/x86/sony-laptop.c:1050: undefined reference to `rfkill_unregister'
and so on..
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Acked-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86')
-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 3608081bc3e0..36b1628d19c6 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -165,6 +165,7 @@ config SONY_LAPTOP depends on ACPI select BACKLIGHT_CLASS_DEVICE depends on INPUT + depends on RFKILL ---help--- This mini-driver drives the SNC and SPIC devices present in the ACPI BIOS of the Sony Vaio laptops. |