Revision 993e9fe1e70aedbb6e9670211f1ad56beea8373d authored by Arnd Bergmann on 25 January 2016, 15:48:28 UTC, committed by Rafael J. Wysocki on 27 January 2016, 22:20:14 UTC
The APM emulation code does multiple things, and some of them depend on
PM_SLEEP, while the battery management does not. However, selecting
the symbol like SHARPSL_PM does causes a Kconfig warning:

warning: (SHARPSL_PM && PMAC_APM_EMU) selects APM_EMULATION which has unmet direct dependencies (PM && SYS_SUPPORTS_APM_EMULATION)

From all I can tell, this is completely harmless, and we can simply allow
APM_EMULATION to be enabled here, even if PM is not.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent a1e9ca6
History

back to top