diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2010-05-26 12:00:10 -0300 |
---|---|---|
committer | AK <andi@firstfloor.org> | 2011-03-31 11:58:51 -0700 |
commit | 79a03efd3311c204f22e92cdf1a4c0d63e1c759c (patch) | |
tree | fc3d9ecd4b19871238af588de1748c8109057dcc | |
parent | b3b49f6609e293e8a9d17f24911a2dc771ee3679 (diff) |
classmate-laptop: depends on RFKILL or RFKILL=n
[ upstream commit f35843ed8d17562f7c5da4b34a4a81b0cc450e9e ]
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>
Signed-off-by: Andi Kleen <ak@linux.intel.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>
-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 3e1b8a28871..fe7d67058eb 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -520,6 +520,7 @@ config TOSHIBA_BT_RFKILL config ACPI_CMPC tristate "CMPC Laptop Extras" depends on X86 && ACPI + depends on RFKILL || RFKILL=n select INPUT select BACKLIGHT_CLASS_DEVICE default n |