summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2017-01-09 05:47:49 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2017-01-18 04:25:56 (GMT)
commit3c385dceca445563ffc58888e25c8576770590b0 (patch)
tree852b34c277424d6640fb021f1a4ede02a11e1962 /configs
parent72331fb8def99745c036dd123710775a66d97207 (diff)
downloadu-boot-fsl-qoriq-3c385dceca445563ffc58888e25c8576770590b0.tar.xz
configs: s5pc210_universal: enable the DM_PMIC and MAX8998
Enable the CONFIG_DM_PMIC and CONFIG_DM_PMIC_MAX8998. s5pc210_universal board is using max8998 pmic. To use the i2c/pmic driver model, enable these configurations. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/s5pc210_universal_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig
index b6cefb1..538e0ce 100644
--- a/configs/s5pc210_universal_defconfig
+++ b/configs/s5pc210_universal_defconfig
@@ -32,6 +32,9 @@ CONFIG_DFU_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_SDMA=y
CONFIG_MMC_SDHCI_S5P=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_MAX8998=y
+CONFIG_SYS_I2C_S3C24X0=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_GADGET=y