Files
luban-lite/bsp/peripheral/camera/Kconfig

43 lines
990 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
config AIC_USING_CAMERA
bool "Using camera device"
default n
2024-09-03 11:16:08 +08:00
choice
prompt "Select camera device"
default AIC_USING_CAMERA_OV5640
2023-08-30 16:21:18 +08:00
depends on AIC_USING_CAMERA && AIC_I2C_DRV
2024-09-03 11:16:08 +08:00
config AIC_USING_CAMERA_OV7670
bool "Using camera OV7670"
config AIC_USING_CAMERA_OV5640
bool "Using camera OV5640"
config AIC_USING_CAMERA_OV2659
bool "Using camera OV2659"
config AIC_USING_CAMERA_OV2640
bool "Using camera OV2640"
config AIC_USING_CAMERA_GM7150
bool "Using camera GM7150"
config AIC_USING_CAMERA_TP2825
bool "Using camera TP2825"
endchoice
2023-08-30 16:21:18 +08:00
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"