mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
b880fcf021
Several files are out of order. This means that when the moveconfig tool moves CONFIG options to Kconfig it generates a large diff. To avoid this, reorder the files first. Signed-off-by: Simon Glass <sjg@chromium.org>
18 lines
393 B
Text
18 lines
393 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_EXYNOS=y
|
|
CONFIG_TARGET_ARNDALE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-arndale"
|
|
CONFIG_SPL=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_SOUND=y
|
|
CONFIG_DM_I2C=y
|
|
CONFIG_DM_I2C_COMPAT=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_I2S=y
|
|
CONFIG_I2S_SAMSUNG=y
|
|
CONFIG_SOUND_MAX98095=y
|
|
CONFIG_SOUND_WM8994=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_SYS_PROMPT="ARNDALE # "
|