Skip to content

Commit

Permalink
[POWERPC] Don't allow PMAC_APM_EMU for 64-bit
Browse files Browse the repository at this point in the history
In b302887 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 <johannes@sipsolutions.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Johannes Berg authored and Paul Mackerras committed Jun 2, 2007
1 parent f592169 commit e358ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/macintosh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e358ae4

Please sign in to comment.