summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorAlexander Beregalov2009-04-01 15:10:46 +0200
committerLen Brown2009-04-03 19:04:02 +0200
commit14bd31365fbeeccee72b0aead3baa4e5da208281 (patch)
treeb07ab3394dd6d120db7bf416d44cd9bc71112d0b /drivers/platform
parentsony-laptop: new style events typo fixes (diff)
downloadkernel-qcow2-linux-14bd31365fbeeccee72b0aead3baa4e5da208281.tar.gz
kernel-qcow2-linux-14bd31365fbeeccee72b0aead3baa4e5da208281.tar.xz
kernel-qcow2-linux-14bd31365fbeeccee72b0aead3baa4e5da208281.zip
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')
-rw-r--r--drivers/platform/x86/Kconfig1
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.