[PATCH] toradex: apalis-imx6: Fix build failure when CONFIG_VIDEO_IPUV3 is enabled
Francesco Dolcini
francesco at dolcini.it
Sun Mar 30 20:56:32 CEST 2025
On Fri, Mar 28, 2025 at 10:05:57AM -0600, Tom Rini wrote:
> On Fri, Mar 28, 2025 at 11:20:40AM +0100, rafael at beims.me wrote:
>
> > From: Rafael Beims <rafael.beims at 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.beims at 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
More information about the U-Boot
mailing list