aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera/Kconfig
blob: d471d34b884c56c7b7537615d14a6d853ea2e46e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config SOC_CAMERA
	tristate "SoC camera support"
	depends on VIDEO_V4L2 && HAS_DMA && I2C
	select VIDEOBUF2_CORE
	help
	  SoC Camera is a common API to several cameras, not connecting
	  over a bus like PCI or USB. For example some i2c camera connected
	  directly to the data bus of an SoC.

config SOC_CAMERA_PLATFORM
	tristate "platform camera support"
	depends on SOC_CAMERA
	help
	  This is a generic SoC camera platform driver, useful for testing