mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This change enables the configs required to init and setup max77686 regulator driver, using the new driver model pmic and regulator API. And also changes the old pmic framework calls to the new ones. This commits enables: - CONFIG_ERRNO_STR - CONFIG_DM_PMIC - CONFIG_DM_PMIC_CMD - CONFIG_DM_PMIC_MAX77686 - CONFIG_DM_REGULATOR - CONFIG_DM_REGULATOR_CMD - CONFIG_DM_REGULATOR_MAX77686 And removes the unused: - CONFIG_DM_I2C_COMPAT - CONFIG_POWER - CONFIG_POWER_I2C - CONFIG_POWER_MAX77686 Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
15 lines
364 B
Text
15 lines
364 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_EXYNOS=y
|
|
CONFIG_TARGET_ODROID=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_DM_I2C=y
|
|
CONFIG_DM_I2C_COMPAT=y
|
|
CONFIG_ERRNO_STR=y
|
|
CONFIG_DM_PMIC=y
|
|
CONFIG_CMD_PMIC=y
|
|
CONFIG_DM_PMIC_MAX77686=y
|
|
CONFIG_DM_REGULATOR=y
|
|
CONFIG_CMD_REGULATOR=y
|
|
CONFIG_DM_REGULATOR_MAX77686=y
|