From 7a01f3c6f401cf36d21121e3207ce8044bd18be4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:28 -0600 Subject: Convert CONFIG_CMD_HDMIDETECT to Kconfig This converts the following to Kconfig: CONFIG_CMD_HDMIDETECT Note that we cannot do 'default y if VIDEO' because this option is only enabled for a small subset of mx6 boards. Also this command is is not a great implementation (it doesn't use driver model). Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- configs/pcm058_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/pcm058_defconfig') diff --git a/configs/pcm058_defconfig b/configs/pcm058_defconfig index c8219b5543e..c55537c0327 100644 --- a/configs/pcm058_defconfig +++ b/configs/pcm058_defconfig @@ -10,6 +10,7 @@ CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y +CONFIG_CMD_HDMIDETECT=y CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6Q" CONFIG_BOOTDELAY=3 -- cgit v1.2.3