Kconfig 1011 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. # ArkMicro on-chip ITU656 input control driver configuration
  3. #
  4. menu "ArmMicro Itu656 Input Controller"
  5. config ARKN141_ITU656
  6. tristate "ArkMicro Arkn141 itu656 input Control Support"
  7. depends on SOC_ARKN141
  8. help
  9. Say y here to enable ArkMicro Arkn141 itu656 input control driver.
  10. config ARK1668_ITU656
  11. tristate "ArkMicro Ark1668 itu656 input Control Support"
  12. depends on SOC_ARK1668
  13. help
  14. Say y here to enable ArkMicro Ark1668 itu656 input control driver.
  15. config VIDEO_ARK1668_VIN
  16. tristate "ArkMicro ark1668 videoin driversupport"
  17. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  18. select VIDEOBUF2_DMA_CONTIG
  19. select REGMAP_MMIO
  20. select V4L2_FWNODE
  21. help
  22. This is the camera driver for arkmicro
  23. config ARK7116
  24. tristate "Support Ark7116 Driver"
  25. depends on ARKN141_ITU656 || ARK1668_ITU656
  26. help
  27. Say y here to enable ark7116 driver.
  28. config RN6752
  29. tristate "Support AHD RN6752 Driver"
  30. depends on ARKN141_ITU656 || ARK1668_ITU656
  31. help
  32. Say y here to enable rn6752 driver.
  33. endmenu