diff options
author | Robin Gong <yibin.gong@nxp.com> | 2020-07-04 00:19:38 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 12:10:47 +0800 |
commit | ee46e5b44bb3eafaa9e02a4186e592ab305c57b2 (patch) | |
tree | 6d68f0f70626cab4461f8f03f5df539e6f3ef89e /arch/arm64/configs | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
arm64: defconfig: add pca9450 pmic driver
Add pca9450 pmic driver.
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 883e8bace3ed..6814b7543e03 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -556,6 +556,7 @@ CONFIG_REGULATOR_HI6421V530=y CONFIG_REGULATOR_HI655X=y CONFIG_REGULATOR_MAX77620=y CONFIG_REGULATOR_MAX8973=y +CONFIG_REGULATOR_PCA9450=y CONFIG_REGULATOR_PFUZE100=y CONFIG_REGULATOR_PWM=y CONFIG_REGULATOR_QCOM_RPMH=y |