mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 12:12:08 +07:00
7f8e175aba
Now that we have stubs for omap FB driver, let it build with COMPILE_TEST. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
config VIDEO_OMAP2_VOUT_VRFB
|
|
bool
|
|
default y
|
|
depends on VIDEO_OMAP2_VOUT && (OMAP2_VRFB || COMPILE_TEST)
|
|
|
|
config VIDEO_OMAP2_VOUT
|
|
tristate "OMAP2/OMAP3 V4L2-Display driver"
|
|
depends on MMU && FB_OMAP2
|
|
depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST
|
|
select VIDEOBUF_GEN
|
|
select VIDEOBUF_DMA_CONTIG
|
|
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
|
|
select FRAME_VECTOR
|
|
default n
|
|
---help---
|
|
V4L2 Display driver support for OMAP2/3 based boards.
|