Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1708169
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/6] arm64: defconfig: enable support hi6421v530 PMIC |
| Date | 2017-08-10 04:40 +0200 |
| Message-ID | <ucLyb-7Ry-27@gated-at.bofh.it> (permalink) |
| References | <ucLy9-7Ry-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable configs for hi6421v530 mfd and regulator driver + CONFIG_MFD_HI6421_PMIC=y + CONFIG_REGULATOR_HI6421V530=y Signed-off-by: Guodong Xu <guodong.xu@linaro.org> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4e14c6d..d752beb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -317,6 +317,7 @@ CONFIG_MFD_CROS_EC=y CONFIG_MFD_CROS_EC_I2C=y CONFIG_MFD_CROS_EC_SPI=y CONFIG_MFD_EXYNOS_LPASS=m +CONFIG_MFD_HI6421_PMIC=y CONFIG_MFD_HI655X_PMIC=y CONFIG_MFD_MAX77620=y CONFIG_MFD_SPMI_PMIC=y @@ -325,6 +326,7 @@ CONFIG_MFD_SEC_CORE=y CONFIG_REGULATOR_FAN53555=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y +CONFIG_REGULATOR_HI6421V530=y CONFIG_REGULATOR_HI655X=y CONFIG_REGULATOR_MAX77620=y CONFIG_REGULATOR_PWM=y -- 2.10.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] arm64: defconfig: enable configs for HiKey960 Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 6/6] arm64: defconfig: enable DMA driver for hi3660 Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 4/6] arm64: defconfig: enable support for serial port connected device Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 2/6] arm64: defconfig: enable support hi6421v530 PMIC Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 3/6] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200
csiph-web