diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-07-23 17:19:32 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-08-02 10:51:37 +0200 |
commit | 7d731e3a9ac88329d508ded2886a2e28c21b655f (patch) | |
tree | 5b0839ea2331a1ae49cd4298bc1f6a3917cfb626 /configs | |
parent | b406f90342751a9534a00ab8f702a3b23ebbdd04 (diff) | |
download | u-boot-imx-7d731e3a9ac88329d508ded2886a2e28c21b655f.zip u-boot-imx-7d731e3a9ac88329d508ded2886a2e28c21b655f.tar.gz u-boot-imx-7d731e3a9ac88329d508ded2886a2e28c21b655f.tar.bz2 |
arm: mx6: cm-fx6: move CMD configs to defconfig
Move CONFIG_CMD_* options that can be selected in menuconfig to cm-fx6
defconfig.
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/cm_fx6_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 6be5c17..25829db 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -9,4 +9,9 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y CONFIG_SPI_FLASH=y +CONFIG_CMD_SF=y +CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y |