From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 15 May 2017 18:18:16 -0600 Subject: [U-Boot] [PATCH 32/47] Convert CONFIG_CMD_HDMIDETECT to Kconfig In-Reply-To: <20170515180448.GZ5701@bill-the-cat> References: <20170515105802.23023-1-sjg@chromium.org> <20170515105802.23023-33-sjg@chromium.org> <20170515180448.GZ5701@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 15 May 2017 at 12:04, Tom Rini 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 > [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