mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
2dcf143398
The current DisplayPort uclass is too specific. The operations it provides are shared with other types of output devices, such as HDMI and LVDS LCD displays. Generalise the uclass so that it can be used with these devices as well. Adjust the uclass to handle the EDID reading and conversion to display_timing internally. Also update nyan-big which is affected by this. Signed-off-by: Simon Glass <sjg@chromium.org>
31 lines
717 B
Text
31 lines
717 B
Text
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_SPL_DM=y
|
|
CONFIG_TEGRA124=y
|
|
CONFIG_TARGET_NYAN_BIG=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
|
|
CONFIG_SYS_PROMPT="Tegra124 (Nyan-big) # "
|
|
# 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_CMD_TPM=y
|
|
CONFIG_CMD_TPM_TEST=y
|
|
CONFIG_CROS_EC_KEYB=y
|
|
CONFIG_CMD_CROS_EC=y
|
|
CONFIG_CROS_EC=y
|
|
CONFIG_CROS_EC_SPI=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_TEGRA114_SPI=y
|
|
CONFIG_TPM_TIS_INFINEON=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_VIDEO_TEGRA124=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_TPM=y
|