mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
41fa035ce1
Move this option to Kconfig and clean up the header files. Adjust the only user (the LCD driver) to work with the new driver. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
24 lines
570 B
Text
24 lines
570 B
Text
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_SPL_DM=y
|
|
CONFIG_TEGRA20=y
|
|
CONFIG_TARGET_MEDCOM_WIDE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra20-medcom-wide"
|
|
CONFIG_SYS_PROMPT="Tegra20 (Medcom-Wide) # "
|
|
# 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_DM_PWM=y
|
|
CONFIG_PWM_TEGRA=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_DM_VIDEO=y
|
|
CONFIG_VIDEO_TEGRA20=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|