diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-03-19 14:18:02 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-02 02:42:19 -0400 |
commit | b302887854d6f0c6f9fc3f1080535e7c1bd53134 (patch) | |
tree | cb551e7c7fcdcbd65b6e1c8b2d6a21916026f258 /drivers/macintosh/Kconfig | |
parent | 6bfeccdc110a4f92e44d51d67b274977392cbf46 (diff) |
[POWERPC] apm_emu: Use generic apm-emulation
This patch removes a huge amount of code that is now in common code
in drivers/char/apm-emulation.c
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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" |