diff options
author | Heiko Stübner <heiko.stuebner@collabora.com> | 2015-12-21 22:21:14 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 23:55:46 +0100 |
commit | e330eb86ba0b60bde39c5391d0b7f10010df557e (patch) | |
tree | 5560cc7c75b3445f27b0dc0139402fc4c93b2ad0 | |
parent | Merge tag 'lpc18xx_defconfig_for_4.5' of https://github.com/manabian/linux-lp... (diff) | |
download | linux-e330eb86ba0b60bde39c5391d0b7f10010df557e.tar.xz linux-e330eb86ba0b60bde39c5391d0b7f10010df557e.zip |
ARM: multi_v7_defconfig: enable Rockchip io-domain driver
The io-domain driver is necessary to notify the soc about voltages changes
happening on supplying regulators. Probably the most important user right
now is the mmc tuning code, where the soc needs to get notified when the
voltage is dropped to the 1.8V point.
As this option is necessary to sucessfully tune UHS cards etc, it should
get built in.
Signed-off-by: Heiko Stuebner <heiko.stuebner@collabora.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index b0d9029beeb5..a9105b943987 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -394,6 +394,8 @@ CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_KEYSTONE=y CONFIG_POWER_RESET_RMOBILE=y +CONFIG_POWER_AVS=y +CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_SENSORS_LM90=y CONFIG_SENSORS_LM95245=y CONFIG_SENSORS_NTC_THERMISTOR=m |