mirror of https://gitee.com/openkylin/linux.git
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
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.
|