aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>2010-05-26 11:00:10 -0400
committerMatthew Garrett <mjg@redhat.com>2010-08-03 09:48:44 -0400
commitf35843ed8d17562f7c5da4b34a4a81b0cc450e9e (patch)
treed90ea569137f4e79c763ba99a751f56f23d29f54 /drivers/platform/x86
parent0fc8f274aef03bbe85774ba30e75deb58e8a90ff (diff)
classmate-laptop: depends on RFKILL or RFKILL=n
Randy Dunlap has reported that building classmate-laptop fails when CONFIG_RFKILL=m and CONFIG_ACPI_CMPC=y. He suggested depending on RFKILL, but, then, it will not be possible to select classmate-laptop when RFKILL is off. There's no known problem with building and using classmate-laptop with RFKILL off. So depend on RFKILL or RFKILL=n. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Signed-off-by: Matthew Garrett <mjg@redhat.com> Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Randy Dunlap <randy.dunlap@oracle.com> Cc: platform-driver-x86@vger.kernel.org Cc: Daniel Oliveira Nascimento <don@syst.com.br>
Diffstat (limited to 'drivers/platform/x86')
-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 3e1b8a288719..fe7d67058eb8 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -520,6 +520,7 @@ config TOSHIBA_BT_RFKILL
520config ACPI_CMPC 520config ACPI_CMPC
521 tristate "CMPC Laptop Extras" 521 tristate "CMPC Laptop Extras"
522 depends on X86 && ACPI 522 depends on X86 && ACPI
523 depends on RFKILL || RFKILL=n
523 select INPUT 524 select INPUT
524 select BACKLIGHT_CLASS_DEVICE 525 select BACKLIGHT_CLASS_DEVICE
525 default n 526 default n