aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-08-28 13:10:50 -0400
committerMatthew Garrett <mjg@redhat.com>2010-10-21 09:36:45 -0400
commit91e5d284a7f14c70187914056b0466163a5e2f03 (patch)
treec5f9eab479dcf73c64123505333ea423434af7e6 /drivers
parentaf9902e130d30ce46b5827d18f8dd56e2accbaf1 (diff)
acpi_toshiba: fix kconfig error
Fix kconfig recursive dependency error in ACPI_TOSHIBA: it uses both select and depends on for BACKLIGHT_CLASS_DEVICE. drivers/video/backlight/Kconfig:117:error: recursive dependency detected! drivers/video/backlight/Kconfig:117: symbol BACKLIGHT_CLASS_DEVICE is selected by ACPI_TOSHIBA drivers/platform/x86/Kconfig:490: symbol ACPI_TOSHIBA depends on LEDS_CLASS drivers/leds/Kconfig:12: symbol LEDS_CLASS is selected by BACKLIGHT_ADP8860 drivers/video/backlight/Kconfig:285: symbol BACKLIGHT_ADP8860 depends on BACKLIGHT_CLASS_DEVICE Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index b96db80fad99..55579f137b64 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -497,7 +497,6 @@ config ACPI_TOSHIBA
497 depends on RFKILL || RFKILL = n 497 depends on RFKILL || RFKILL = n
498 select INPUT_POLLDEV 498 select INPUT_POLLDEV
499 select INPUT_SPARSEKMAP 499 select INPUT_SPARSEKMAP
500 select BACKLIGHT_CLASS_DEVICE
501 ---help--- 500 ---help---
502 This driver adds support for access to certain system settings 501 This driver adds support for access to certain system settings
503 on "legacy free" Toshiba laptops. These laptops can be recognized by 502 on "legacy free" Toshiba laptops. These laptops can be recognized by