[U-Boot] [PATCH 32/47] Convert CONFIG_CMD_HDMIDETECT to Kconfig

Simon Glass sjg at chromium.org
Tue May 16 00:18:16 UTC 2017


Hi Tom,

On 15 May 2017 at 12:04, Tom Rini <trini at 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 at 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.

- Simon


More information about the U-Boot mailing list