Re: [PATCH 1/1] sandbox: sandbox_serial_pending depends on DM_VIDEO

2022-01-26 Thread Simon Glass
On Fri, 21 Jan 2022 at 08:07, Heinrich Schuchardt wrote: > > When building sandbox_defconfig with CONFIG_DM_VIDEO=n a link time error > occurs: > >in function `sandbox_serial_pending': >drivers/serial/sandbox.c:101: undefined reference to `video_sync_all' > > video_sync_all() is only defin

Re: [PATCH 1/1] sandbox: sandbox_serial_pending depends on DM_VIDEO

2022-01-21 Thread Simon Glass
On Fri, 21 Jan 2022 at 08:07, Heinrich Schuchardt wrote: > > When building sandbox_defconfig with CONFIG_DM_VIDEO=n a link time error > occurs: > >in function `sandbox_serial_pending': >drivers/serial/sandbox.c:101: undefined reference to `video_sync_all' > > video_sync_all() is only defin

[PATCH 1/1] sandbox: sandbox_serial_pending depends on DM_VIDEO

2022-01-21 Thread Heinrich Schuchardt
When building sandbox_defconfig with CONFIG_DM_VIDEO=n a link time error occurs: in function `sandbox_serial_pending': drivers/serial/sandbox.c:101: undefined reference to `video_sync_all' video_sync_all() is only defined if we have CONFIG_DM_VIDEO=y. Calling this function in a serial driv