Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58da10bb authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] Fix Kconfig warning



Fix config warning related to select usage:

drivers/macintosh/Kconfig:117:warning: 'select' used by config symbol 'PMAC_APM_EMU' refers to undefined symbol 'SYS_SUPPORTS_APM_EMULATION'

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent c1c9889a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ config GENERIC_BUG
	depends on BUG

config SYS_SUPPORTS_APM_EMULATION
	default y if PMAC_APM_EMU
	bool

config DEFAULT_UIMAGE
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ config PMAC_SMU

config PMAC_APM_EMU
	tristate "APM emulation"
	select SYS_SUPPORTS_APM_EMULATION
	select APM_EMULATION
	depends on ADB_PMU && PM