Commit e358ae4d authored by Johannes Berg's avatar Johannes Berg Committed by Paul Mackerras

[POWERPC] Don't allow PMAC_APM_EMU for 64-bit

In b3028878 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: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f5921697
...@@ -114,7 +114,7 @@ config PMAC_SMU ...@@ -114,7 +114,7 @@ config PMAC_SMU
config PMAC_APM_EMU config PMAC_APM_EMU
tristate "APM emulation" tristate "APM emulation"
select APM_EMULATION select APM_EMULATION
depends on ADB_PMU && PM depends on ADB_PMU && PM && PPC32
config PMAC_MEDIABAY config PMAC_MEDIABAY
bool "Support PowerBook hotswap media bay" bool "Support PowerBook hotswap media bay"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment