From 893f502ebf4a0cbf5d81e00caa18e7b933ccd813 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sat, 2 Jun 2007 19:13:44 +1000 Subject: [PATCH] [POWERPC] Don't allow PMAC_APM_EMU for 64-bit In 0731f589dd41505c13f630450b34dff3a5b93ea5 I switched the apm emulation code to use the generic code but accidentally dropped the PPC32 dependency from the configuration symbol. This adds it back. Signed-off-by: Johannes Berg Signed-off-by: Paul Mackerras --- drivers/macintosh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index f44c94abd883f..ee699a7d62148 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -114,7 +114,7 @@ config PMAC_SMU config PMAC_APM_EMU tristate "APM emulation" select APM_EMULATION - depends on ADB_PMU && PM + depends on ADB_PMU && PM && PPC32 config PMAC_MEDIABAY bool "Support PowerBook hotswap media bay" -- 2.39.5