You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user