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 --- include/configs/novena.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/novena.h') diff --git a/include/configs/novena.h b/include/configs/novena.h index 753b59f..6cb1807 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -156,7 +156,6 @@ #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_IPUV3_CLK 260000000 -#define CONFIG_CMD_HDMIDETECT #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP #endif -- cgit v1.1