|
|
|
@ -22,11 +22,23 @@ config OV3660_SUPPORT
@@ -22,11 +22,23 @@ config OV3660_SUPPORT
|
|
|
|
|
Disable this option to safe memory. |
|
|
|
|
|
|
|
|
|
config SCCB_HARDWARE_I2C |
|
|
|
|
bool "Use hardware I2C1 for SCCB" |
|
|
|
|
bool "Use hardware I2C for SCCB" |
|
|
|
|
default y |
|
|
|
|
help |
|
|
|
|
Enable this option if you want to use hardware I2C to control the camera. |
|
|
|
|
Disable this option to use software I2C. |
|
|
|
|
|
|
|
|
|
choice SCCB_HARDWARE_I2C_PORT |
|
|
|
|
bool "I2C peripheral to use for SCCB" |
|
|
|
|
depends on SCCB_HARDWARE_I2C |
|
|
|
|
default SCCB_HARDWARE_I2C_PORT1 |
|
|
|
|
|
|
|
|
|
config SCCB_HARDWARE_I2C_PORT0 |
|
|
|
|
bool "I2C0" |
|
|
|
|
config SCCB_HARDWARE_I2C_PORT1 |
|
|
|
|
bool "I2C1" |
|
|
|
|
|
|
|
|
|
endchoice |
|
|
|
|
|
|
|
|
|
choice CAMERA_TASK_PINNED_TO_CORE |
|
|
|
|
bool "Camera task pinned to core" |
|
|
|
|