diff options
author | Paul Mackerras <paulus@samba.org> | 2006-06-28 13:57:16 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-28 15:19:04 +1000 |
commit | 649e85797259162f7fdc696420e7492f20226f2d (patch) | |
tree | 027fad19525f25707146eb339a4beb8aeebb8664 /drivers/macintosh | |
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')
-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 062dac26f2a..54f3f6b94ef 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -81,6 +81,7 @@ config ADB_PMU config ADB_PMU_LED bool "Support for the Power/iBook front LED" depends on ADB_PMU + select NEW_LEDS select LEDS_CLASS help Support the front LED on Power/iBooks as a generic LED that can |