diff options
author | Paul Mackerras <paulus@samba.org> | 2006-06-27 23:57:16 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-28 01:19:04 -0400 |
commit | 649e85797259162f7fdc696420e7492f20226f2d (patch) | |
tree | 027fad19525f25707146eb339a4beb8aeebb8664 /drivers/macintosh/Kconfig | |
parent | 3965f8c59778b0d37460ec268f92c0c382546b5c (diff) |
[POWERPC] Make sure we select CONFIG_NEW_LEDS if ADB_PMU_LED is set
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 062dac26f2ae..54f3f6b94efc 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -81,6 +81,7 @@ config ADB_PMU | |||
81 | config ADB_PMU_LED | 81 | config ADB_PMU_LED |
82 | bool "Support for the Power/iBook front LED" | 82 | bool "Support for the Power/iBook front LED" |
83 | depends on ADB_PMU | 83 | depends on ADB_PMU |
84 | select NEW_LEDS | ||
84 | select LEDS_CLASS | 85 | select LEDS_CLASS |
85 | help | 86 | help |
86 | Support the front LED on Power/iBooks as a generic LED that can | 87 | Support the front LED on Power/iBooks as a generic LED that can |