|
@@ -79,7 +79,7 @@ config ADB_PMU
|
|
|
|
|
|
config ADB_PMU_LED
|
|
config ADB_PMU_LED
|
|
bool "Support for the Power/iBook front LED"
|
|
bool "Support for the Power/iBook front LED"
|
|
- depends on ADB_PMU
|
|
|
|
|
|
+ depends on PPC_PMAC && ADB_PMU
|
|
select NEW_LEDS
|
|
select NEW_LEDS
|
|
select LEDS_CLASS
|
|
select LEDS_CLASS
|
|
help
|
|
help
|
|
@@ -122,7 +122,7 @@ config PMAC_MEDIABAY
|
|
|
|
|
|
config PMAC_BACKLIGHT
|
|
config PMAC_BACKLIGHT
|
|
bool "Backlight control for LCD screens"
|
|
bool "Backlight control for LCD screens"
|
|
- depends on ADB_PMU && FB = y && (BROKEN || !PPC64)
|
|
|
|
|
|
+ depends on PPC_PMAC && ADB_PMU && FB = y && (BROKEN || !PPC64)
|
|
select FB_BACKLIGHT
|
|
select FB_BACKLIGHT
|
|
help
|
|
help
|
|
Say Y here to enable Macintosh specific extensions of the generic
|
|
Say Y here to enable Macintosh specific extensions of the generic
|