diff options
author | Rafael J. Wysocki | 2020-10-23 18:12:32 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2020-10-23 18:12:32 +0200 |
commit | 41c169d9ae2c890552044e129d101995b62c8a02 (patch) | |
tree | c4d28be2ec8979fe6d8d59d9a7004cc9c7f2ef2c /arch | |
parent | 71d47b53dee0a951417a1bc6d255a45c63cc51b1 (diff) | |
parent | 785b5bb41b0a9b1d9173192dcdebe6e994d1f71a (diff) |
Merge branch 'pm-avs'
* pm-avs:
PM: AVS: Drop the avs directory and the corresponding Kconfig
PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers
PM: AVS: smartreflex Move driver to soc specific drivers
PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 93fd7fc537cf..272670ef1e92 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -23,7 +23,7 @@ config OMAP_DEBUG_LEDS config POWER_AVS_OMAP bool "AVS(Adaptive Voltage Scaling) support for OMAP IP versions 1&2" - depends on POWER_AVS && (ARCH_OMAP3 || ARCH_OMAP4) && PM + depends on (ARCH_OMAP3 || ARCH_OMAP4) && PM select POWER_SUPPLY help Say Y to enable AVS(Adaptive Voltage Scaling) |