power: Fix unmet dependency on POWER_SUPPLY by POWER_RESET by uncoupling them
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 7 Dec 2015 03:45:12 +0000 (12:45 +0900)
committerSebastian Reichel <sre@kernel.org>
Tue, 8 Dec 2015 03:26:05 +0000 (04:26 +0100)
commitf96576bd63e5b9a7a9c33a7fc4209fffc4d433cc
tree8f4308c59f6919f0499783ae255ea754494d6d47
parent703df6c097956d17a818e63961c82e8e9eef9fef
power: Fix unmet dependency on POWER_SUPPLY by POWER_RESET by uncoupling them

Currently the reset/power off handlers (POWER_RESET) and Adaptive Voltage
Scaling class (POWER_AVS) are not built when POWER_SUPPLY is disabled.
The POWER_RESET is also not visible in drivers main section of config.

However they do not really depend on power supply so they can be built
always. The objects for power supply drivers already depend on
particular Kconfig symbols so there is no need for any changes in
drivers/power/Makefile.

This allows selecting POWER_RESET from main drivers config section and
fixes following build warning (encountered on ARM exynos defconfig when
POWER_SUPPLY is disabled manually):

warning: (ARCH_HISI && ARCH_INTEGRATOR && ARCH_EXYNOS && ARCH_VEXPRESS && REALVIEW_DT) selects POWER_RESET which has unmet direct dependencies (POWER_SUPPLY)
warning: (ARCH_EXYNOS) selects POWER_RESET_SYSCON which has unmet direct dependencies (POWER_SUPPLY && POWER_RESET && OF)
warning: (ARCH_EXYNOS) selects POWER_RESET_SYSCON_POWEROFF which has unmet direct dependencies (POWER_SUPPLY && POWER_RESET && OF)

Reported-by: Pavel Fedin <p.fedin@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/Makefile
drivers/power/Kconfig
This page took 0.032363 seconds and 5 git commands to generate.