]> git.ipfire.org Git - people/ms/u-boot.git/commit
Convert CONFIG_CMD_HDMIDETECT to Kconfig
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 09:25:28 +0000 (03:25 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 May 2017 16:45:22 +0000 (12:45 -0400)
commit7a01f3c6f401cf36d21121e3207ce8044bd18be4
treee8b859f7002227dfe5379915dcd034dc62a88128
parente8e09ba5b7466a19bbb61d5e00348f5363ad2977
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>
32 files changed:
README
arch/arm/imx-common/Kconfig
configs/apalis_imx6_defconfig
configs/apalis_imx6_nospl_com_defconfig
configs/apalis_imx6_nospl_it_defconfig
configs/colibri_imx6_defconfig
configs/colibri_imx6_nospl_defconfig
configs/gwventana_emmc_defconfig
configs/gwventana_gw5904_defconfig
configs/gwventana_nand_defconfig
configs/mx6cuboxi_defconfig
configs/mx6qsabrelite_defconfig
configs/nitrogen6dl2g_defconfig
configs/nitrogen6dl_defconfig
configs/nitrogen6q2g_defconfig
configs/nitrogen6q_defconfig
configs/nitrogen6s1g_defconfig
configs/nitrogen6s_defconfig
configs/novena_defconfig
configs/pcm058_defconfig
configs/tbs2910_defconfig
configs/wandboard_defconfig
include/configs/apalis_imx6.h
include/configs/colibri_imx6.h
include/configs/gw_ventana.h
include/configs/mx6cuboxi.h
include/configs/nitrogen6x.h
include/configs/novena.h
include/configs/pcm058.h
include/configs/tbs2910.h
include/configs/wandboard.h
scripts/config_whitelist.txt