diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-18 07:21:12 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-18 07:21:12 -0500 |
commit | 2c45f8040ea1152d2ff0960f96905ca42ac089cd (patch) | |
tree | a673b269a864c106ce729213593c62cbe9c1299d /configs/s5pc210_universal_defconfig | |
parent | bfd07670a48d9fbf22646c93e07dcd8cbc8d0864 (diff) | |
parent | 3296eeff8ae064a788d52325fcd4ce1fdf52ee06 (diff) | |
download | u-boot-2c45f8040ea1152d2ff0960f96905ca42ac089cd.tar.gz |
Merge git://git.denx.de/u-boot-samsung
Diffstat (limited to 'configs/s5pc210_universal_defconfig')
-rw-r--r-- | configs/s5pc210_universal_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig index fad2b43ba2..d9dfcba83d 100644 --- a/configs/s5pc210_universal_defconfig +++ b/configs/s5pc210_universal_defconfig @@ -33,6 +33,9 @@ CONFIG_MMC_DW=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 |