diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-04-12 14:10:04 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 09:08:29 +0800 |
commit | 5c5d0ca7c2702079e62549fa96fbf79231740497 (patch) | |
tree | fee2070f47e4f32644f155c42294c89e12542386 /arch/arm64 | |
parent | 22e9852fd2aae34e2a8d9e82d178493556e244b9 (diff) | |
download | linux-5c5d0ca7c2702079e62549fa96fbf79231740497.tar.gz linux-5c5d0ca7c2702079e62549fa96fbf79231740497.tar.bz2 linux-5c5d0ca7c2702079e62549fa96fbf79231740497.zip |
arm64: defconfig: Enable ROHM_BD718XX PMIC for imx8mm-evk
Enable mfd and regulator driver for PMIC found on imx8mm-evk boards
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6378d9163ec6..f7b930409a7b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -444,8 +444,10 @@ CONFIG_MFD_MAX77620=y CONFIG_MFD_SPMI_PMIC=y CONFIG_MFD_RK808=y CONFIG_MFD_SEC_CORE=y +CONFIG_MFD_ROHM_BD718XX=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_AXP20X=y +CONFIG_REGULATOR_BD718XX=y CONFIG_REGULATOR_BD9571MWV=y CONFIG_REGULATOR_FAN53555=y CONFIG_REGULATOR_GPIO=y |