Kconfig 443 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. comment "VIA media platform drivers"
  3. config VIDEO_VIA_CAMERA
  4. tristate "VIAFB camera controller support"
  5. depends on V4L_PLATFORM_DRIVERS
  6. depends on FB_VIA && VIDEO_DEV
  7. select VIDEOBUF2_DMA_SG
  8. select VIDEO_OV7670 if VIDEO_CAMERA_SENSOR
  9. help
  10. Driver support for the integrated camera controller in VIA
  11. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  12. with ov7670 sensors.