diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-29 21:20:37 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-02-03 21:25:32 +0200 |
commit | daae508779624aca1e936bd4eb7e9ef41031e0ae (patch) | |
tree | 5a03ea0e7fb76585814468f77553040a688958f9 /arch/arm/configs/lpc32xx_defconfig | |
parent | ab5d06faffd6f90935d4e142b26eba4e41437db0 (diff) | |
download | linux-stable-daae508779624aca1e936bd4eb7e9ef41031e0ae.tar.gz linux-stable-daae508779624aca1e936bd4eb7e9ef41031e0ae.tar.bz2 linux-stable-daae508779624aca1e936bd4eb7e9ef41031e0ae.zip |
ARM: defconfig: lpc32xx: enable fixed voltage regulator support
Fixed voltage regulators are found on Phytec phyCORE-LPC3250 board,
enable the correspondent device driver by default.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/configs/lpc32xx_defconfig')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 19a5e5e742d4..23b4d5348e39 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -104,6 +104,8 @@ CONFIG_SENSORS_DS620=y CONFIG_SENSORS_MAX6639=y CONFIG_WATCHDOG=y CONFIG_PNX4008_WATCHDOG=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_DRM=y CONFIG_DRM_PL111=y CONFIG_FB_MODE_HELPERS=y |