commit | f3a50eeecd9fada76ab5256bc2e321ccb29cb043 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:28 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:22 2017 -0400 |
tree | e8b859f7002227dfe5379915dcd034dc62a88128 | |
parent | bb3500dd5b59b23cf83fa56b5c958b93da8b3541 [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>