summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/smiapp/Kconfig
blob: 9504c436a5ca0a975b6559b1fc3b442cf23c9c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config VIDEO_SMIAPP
	tristate "SMIA++/SMIA sensor support"
	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
	select VIDEO_SMIAPP_PLL
	---help---
	  This is a generic driver for SMIA++/SMIA camera modules.

config VIDEO_SMIAPP_DEBUG
	bool "Enable debugging for the generic SMIA++/SMIA driver"
	depends on VIDEO_SMIAPP
	---help---
	  Enable debugging output in the generic SMIA++/SMIA driver. If you
	  are developing the driver you might want to enable this.