commit | 9bb45cd4470607028c4abdaa4063f1674661bb0e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jul 06 14:49:45 2016 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Jul 07 14:58:38 2016 +0200 |
tree | d3141dae0b9982fa63dec1777c4f37bd2e5ac7c0 | |
parent | e517dfe67480fcca90831ac02e184859200bbaf6 [diff] |
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>