summaryrefslogtreecommitdiff
path: root/configs/novena_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 03:25:28 -0600
committerTom Rini <trini@konsulko.com>2017-05-22 12:45:22 -0400
commit7a01f3c6f401cf36d21121e3207ce8044bd18be4 (patch)
treee8b859f7002227dfe5379915dcd034dc62a88128 /configs/novena_defconfig
parente8e09ba5b7466a19bbb61d5e00348f5363ad2977 (diff)
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/novena_defconfig')
-rw-r--r--configs/novena_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/novena_defconfig b/configs/novena_defconfig
index 44d5b55556..49b963c64f 100644
--- a/configs/novena_defconfig
+++ b/configs/novena_defconfig
@@ -10,6 +10,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_LIBDISK_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_SPL_FAT_SUPPORT=y
+CONFIG_CMD_HDMIDETECT=y
CONFIG_VIDEO=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y