adad96e60d
Move all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files. Remove all cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default. Signed-off-by: Tom Rini <trini@konsulko.com>
28 lines
633 B
Plaintext
28 lines
633 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_SPL_DM=y
|
|
CONFIG_TEGRA20=y
|
|
CONFIG_TARGET_HARMONY=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra20-harmony"
|
|
CONFIG_OF_SYSTEM_SETUP=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="Tegra20 (Harmony) # "
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_DM_PMIC=y
|
|
CONFIG_DM_REGULATOR=y
|
|
CONFIG_PWM_TEGRA=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USB_ULPI_VIEWPORT=y
|
|
CONFIG_USB_ULPI=y
|
|
CONFIG_DM_VIDEO=y
|
|
CONFIG_VIDEO_TEGRA20=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|