diff options
| author | Alexander Beregalov <[email protected]> | 2009-04-01 22:10:46 +0900 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2009-04-03 13:04:02 -0400 |
| commit | 14bd31365fbeeccee72b0aead3baa4e5da208281 (patch) | |
| tree | b07ab3394dd6d120db7bf416d44cd9bc71112d0b | |
| parent | 6479efb68dce48fa52aed6ff876d8d102f200527 (diff) | |
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 <[email protected]>
Acked-by: Matthew Garrett <[email protected]>
Signed-off-by: Mattia Dongili <[email protected]>
Signed-off-by: Len Brown <[email protected]>
| -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. |