diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:28 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:15 -0600 |
commit | d4061aa0e9bb48e55a958b59950e314c1c03f124 (patch) | |
tree | 159b3d983c51355d88032ed5d2d1fda21f6b47f5 /configs/odroid-xu3_defconfig | |
parent | c65dc7d8742837addfb1b0da3b090967423f4a9b (diff) | |
download | u-boot-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.gz u-boot-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.bz2 u-boot-d4061aa0e9bb48e55a958b59950e314c1c03f124.zip |
exynos: Enable new features for exynos5 boards
Enable PMICs, regulators and the like so that new drivers will be made
available.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/odroid-xu3_defconfig')
-rw-r--r-- | configs/odroid-xu3_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index 2b960d55a1..155ce39061 100644 --- a/configs/odroid-xu3_defconfig +++ b/configs/odroid-xu3_defconfig @@ -7,3 +7,9 @@ CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3" # CONFIG_CMD_SETEXPR is not set CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_CMD_NET=y +CONFIG_DM_I2C=y +CONFIG_DM_I2C_COMPAT=y +CONFIG_DM_PMIC=y +CONFIG_DM_REGULATOR=y +CONFIG_VIDEO_BRIDGE=y |