
16 May
2017
16 May
'17
2:48 a.m.
On Mon, May 15, 2017 at 06:18:16PM -0600, Simon Glass wrote:
Hi Tom,
On 15 May 2017 at 12:04, Tom Rini trini@konsulko.com wrote:
On Mon, May 15, 2017 at 04:57:47AM -0600, Simon Glass wrote:
This converts the following to Kconfig: CONFIG_CMD_HDMIDETECT
Signed-off-by: Simon Glass sjg@chromium.org
[snip]
+config CMD_HDMIDETECT
bool "Support the 'hdmidet' command"
help
This enables the 'hdmidet' command which detects if an HDMI monitor
is connected.
default y if VIDEO ?
It's only enabled for a small subset of mx6 boards, so I don't think I can do that. It is not really a great implementation. It doesn't use DM.
OK, thanks.
--
Tom