Kconfig 290 B

1234567891011
  1. config VIDEO_OMAP2_VOUT
  2. tristate "OMAP2/OMAP3 V4L2-Display driver"
  3. depends on ARCH_OMAP2 || ARCH_OMAP3
  4. select VIDEOBUF_GEN
  5. select VIDEOBUF_DMA_CONTIG
  6. select OMAP2_DSS
  7. select OMAP2_VRAM
  8. select OMAP2_VRFB
  9. default n
  10. ---help---
  11. V4L2 Display driver support for OMAP2/3 based boards.