aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-08-04 15:36:12 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-08-07 21:07:52 -0400
commit28c1f1628ee4b163e615eefe1b6463e3d229a873 (patch)
tree043b52ba999d6616c36624ee36d8599c7e2eeb5f
parent74d33293e467df61de1b1d8b2fbe29e550dec33b (diff)
PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS
The rockchip io-domain driver currently only depends on ARCH_ROCKCHIP itself. This makes it possible to select the power-domain driver, but not the POWER_AVS class and results in the iodomain-driver not getting build in this case. So add the additional dependency, which also results in the driver config option now being placed nicely into the AVS submenu. Fixes: 662a958638bd ("PM / AVS: rockchip-io: add driver handling Rockchip io domains") Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/power/avs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig
index 7f3d389bd601..a67eeace6a89 100644
--- a/drivers/power/avs/Kconfig
+++ b/drivers/power/avs/Kconfig
@@ -13,7 +13,7 @@ menuconfig POWER_AVS
13 13
14config ROCKCHIP_IODOMAIN 14config ROCKCHIP_IODOMAIN
15 tristate "Rockchip IO domain support" 15 tristate "Rockchip IO domain support"
16 depends on ARCH_ROCKCHIP && OF 16 depends on POWER_AVS && ARCH_ROCKCHIP && OF
17 help 17 help
18 Say y here to enable support io domains on Rockchip SoCs. It is 18 Say y here to enable support io domains on Rockchip SoCs. It is
19 necessary for the io domain setting of the SoC to match the 19 necessary for the io domain setting of the SoC to match the