mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-09 07:16:40 +07:00
26711113c4
Resolves the following warning that appears with allmodconfig on -arm: warning: (VIDEO_OMAP2_VOUT && DRM_OMAP) selects OMAP2_DSS which has unmet direct dependencies (HAS_IOMEM && ARCH_OMAP2PLUS) Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
config VIDEO_OMAP2_VOUT_VRFB
|
|
bool
|
|
|
|
config VIDEO_OMAP2_VOUT
|
|
tristate "OMAP2/OMAP3 V4L2-Display driver"
|
|
depends on ARCH_OMAP2 || ARCH_OMAP3
|
|
select VIDEOBUF_GEN
|
|
select VIDEOBUF_DMA_CONTIG
|
|
select OMAP2_DSS if HAS_IOMEM && ARCH_OMAP2PLUS
|
|
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
|
|
select VIDEO_OMAP2_VOUT_VRFB if VIDEO_OMAP2_VOUT && OMAP2_VRFB
|
|
default n
|
|
---help---
|
|
V4L2 Display driver support for OMAP2/3 based boards.
|