diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-11-11 21:39:33 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-18 14:50:06 -0500 |
commit | e4aa8edb6e5cae256a5c5a3c5cd30e05e8f5a2b4 (patch) | |
tree | a1b93db7f6026cfa8f556b3dcd47f9cab8b50710 /configs/odroid-xu3_defconfig | |
parent | 51087445aba13043c5e4ef6b748815312b38b7fa (diff) | |
download | u-boot-e4aa8edb6e5cae256a5c5a3c5cd30e05e8f5a2b4.tar.gz |
common: add CMD_GPIO to Kconfig
Add CMD_GPIO to Kconfig and run tools/moveconfig.py .
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/odroid-xu3_defconfig')
-rw-r--r-- | configs/odroid-xu3_defconfig | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index 4ab91fa828..e56384303b 100644 --- a/configs/odroid-xu3_defconfig +++ b/configs/odroid-xu3_defconfig @@ -6,15 +6,16 @@ CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SYS_PROMPT="ODROID-XU3 # " # CONFIG_CMD_IMLS is not set +CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_PMIC=y +CONFIG_ADC=y +CONFIG_ADC_EXYNOS=y CONFIG_DM_I2C_COMPAT=y CONFIG_DM_PMIC=y -CONFIG_CMD_PMIC=y -CONFIG_ERRNO_STR=y -CONFIG_DM_REGULATOR=y CONFIG_PMIC_S2MPS11=y +CONFIG_DM_REGULATOR=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_VIDEO_BRIDGE=y -CONFIG_ADC=y -CONFIG_ADC_EXYNOS=y +CONFIG_ERRNO_STR=y |