mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
24 lines
553 B
Plaintext
24 lines
553 B
Plaintext
|
|
config AIC_USING_CAMERA
|
||
|
|
bool "Using camera device"
|
||
|
|
default n
|
||
|
|
|
||
|
|
config AIC_USING_CAMERA_OV5640
|
||
|
|
bool "Using camera OV5640"
|
||
|
|
depends on AIC_USING_CAMERA && AIC_I2C_DRV
|
||
|
|
default n
|
||
|
|
|
||
|
|
config AIC_CAMERA_I2C_CHAN
|
||
|
|
int "The No. of I2C channel"
|
||
|
|
depends on AIC_USING_CAMERA && AIC_I2C_DRV
|
||
|
|
default 0
|
||
|
|
|
||
|
|
config AIC_CAMERA_RST_PIN
|
||
|
|
string "The reset pin of Camera"
|
||
|
|
depends on AIC_USING_CAMERA
|
||
|
|
default "PE.14"
|
||
|
|
|
||
|
|
config AIC_CAMERA_PWDN_PIN
|
||
|
|
string "The power down pin of Camera"
|
||
|
|
depends on AIC_USING_CAMERA
|
||
|
|
default "PE.15"
|