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 /arch/powerpc/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 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a54a9a2e36f3..a8e08f4b62d3 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -117,6 +117,9 @@ config GENERIC_BUG | |||
117 | default y | 117 | default y |
118 | depends on BUG | 118 | depends on BUG |
119 | 119 | ||
120 | config SYS_SUPPORTS_APM_EMULATION | ||
121 | bool | ||
122 | |||
120 | config DEFAULT_UIMAGE | 123 | config DEFAULT_UIMAGE |
121 | bool | 124 | bool |
122 | help | 125 | help |