diff options
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 1a86387e23be..be9cdf09d89a 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -109,7 +109,9 @@ config PMAC_SMU | |||
109 | 109 | ||
110 | config PMAC_APM_EMU | 110 | config PMAC_APM_EMU |
111 | tristate "APM emulation" | 111 | tristate "APM emulation" |
112 | depends on PPC_PMAC && PPC32 && PM && ADB_PMU | 112 | select SYS_SUPPORTS_APM_EMULATION |
113 | select APM_EMULATION | ||
114 | depends on ADB_PMU && PM | ||
113 | 115 | ||
114 | config PMAC_MEDIABAY | 116 | config PMAC_MEDIABAY |
115 | bool "Support PowerBook hotswap media bay" | 117 | bool "Support PowerBook hotswap media bay" |