diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-03-19 19:18:02 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-02 08:42:19 +0200 |
commit | b302887854d6f0c6f9fc3f1080535e7c1bd53134 (patch) | |
tree | cb551e7c7fcdcbd65b6e1c8b2d6a21916026f258 /drivers/macintosh/Kconfig | |
parent | [POWERPC] kernel: Remove loops_per_jiffy code for 7448HPC2 platforms (diff) | |
download | linux-b302887854d6f0c6f9fc3f1080535e7c1bd53134.tar.xz linux-b302887854d6f0c6f9fc3f1080535e7c1bd53134.zip |
[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 config PMAC_APM_EMU tristate "APM emulation" - depends on PPC_PMAC && PPC32 && PM && ADB_PMU + select SYS_SUPPORTS_APM_EMULATION + select APM_EMULATION + depends on ADB_PMU && PM config PMAC_MEDIABAY bool "Support PowerBook hotswap media bay" |