diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:28 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:22 -0400 |
commit | 7a01f3c6f401cf36d21121e3207ce8044bd18be4 (patch) | |
tree | e8b859f7002227dfe5379915dcd034dc62a88128 /configs/colibri_imx6_nospl_defconfig | |
parent | e8e09ba5b7466a19bbb61d5e00348f5363ad2977 (diff) | |
download | u-boot-7a01f3c6f401cf36d21121e3207ce8044bd18be4.tar.gz |
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/colibri_imx6_nospl_defconfig')
-rw-r--r-- | configs/colibri_imx6_nospl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_imx6_nospl_defconfig b/configs/colibri_imx6_nospl_defconfig index 52e0d50411..bd2ac24d4a 100644 --- a/configs/colibri_imx6_nospl_defconfig +++ b/configs/colibri_imx6_nospl_defconfig @@ -3,6 +3,7 @@ CONFIG_SYS_THUMB_BUILD=y CONFIG_ARCH_MX6=y CONFIG_TARGET_COLIBRI_IMX6=y CONFIG_VIDEO=y +CONFIG_CMD_HDMIDETECT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/toradex/colibri_imx6/colibri_imx6.cfg,MX6DL,DDR_MB=256" CONFIG_BOOTDELAY=1 # CONFIG_CONSOLE_MUX is not set |