Files
2025-04-18 15:46:19 +08:00

11 lines
402 B
Plaintext

menu "vision component configuration"
config VISION_ENABLE
bool # not visable in menuconfig, just for dependency use.
default y
select AX620E_MSP_ENABLE_NPU_LIB if PLATFORM = "maixcam2"
select AX620E_MSP_ENABLE_SENSOR_LIB if PLATFORM = "maixcam2"
select AX620E_MSP_ENABLE_VO_LIB if PLATFORM = "maixcam2"
help
To use this component, you must enable it here.
endmenu