Searched hist:"9 bb45cd4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/soc/bcm/ |
H A D | Kconfig | 9bb45cd4 Wed Jul 06 07:49:45 CDT 2016 Arnd Bergmann <arnd@arndb.de> soc: raspberrypi-power: add CONFIG_OF dependency
We get a harmless warning if the RASPBERRYPI_POWER driver is enabled without CONFIG_OF during compile testing:
warning: RASPBERRYPI_POWER selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS && OF)
There is no need to select PM_GENERIC_DOMAINS_OF if OF is set, so we can replace the 'select' with a dependency.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Eric Anholt <eric@anholt.net> 9bb45cd4 Wed Jul 06 07:49:45 CDT 2016 Arnd Bergmann <arnd@arndb.de> soc: raspberrypi-power: add CONFIG_OF dependency We get a harmless warning if the RASPBERRYPI_POWER driver is enabled without CONFIG_OF during compile testing: warning: RASPBERRYPI_POWER selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS && OF) There is no need to select PM_GENERIC_DOMAINS_OF if OF is set, so we can replace the 'select' with a dependency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Eric Anholt <eric@anholt.net>
|