On Fri, Mar 28, 2025 at 10:05:57AM -0600, Tom Rini wrote: > On Fri, Mar 28, 2025 at 11:20:40AM +0100, raf...@beims.me wrote: > > > From: Rafael Beims <rafael.be...@toradex.com> > > > > If CONFIG_VIDEO_IPUV3 is enabled without also having CONFIG_IMX_HDMI > > enabled, the build fails for the Apalis iMX6 board. > > > > Fixes: 592f4aed6db7 ("arm: imx: initial support for apalis imx6") > > Signed-off-by: Rafael Beims <rafael.be...@toradex.com> > > --- > > board/toradex/apalis_imx6/apalis_imx6.c | 14 ++++++++++++-- > > 1 file changed, 12 insertions(+), 2 deletions(-) > > Is there a reason why this requirement isn't enforced at the Kconfig > level? In other words is (CONFIG_VIDEO_IPUV3=y && CONFIG_IMX_HDMI=n) an > otherwise useful and valid configuration?
I would say no. You can have the display output over DPI or LVDS, with HDMI non being required at all. Francesco