mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-11 06:09:42 -05:00
11 lines
402 B
Plaintext
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
|