Files
luban-lite-t3e-pro/bsp/peripheral/camera/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

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"