13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
menuconfig VISION_SUPPORT
|
|
bool "Vision Support"
|
|
select VISION_CORE
|
|
help
|
|
If you want to use hardware acceleration for vision
|
|
enable this option and other options below.
|
|
|
|
if VISION_SUPPORT
|
|
source "drivers/vision/vision-core/Kconfig"
|
|
source "drivers/vision/score/Kconfig"
|
|
source "drivers/vision/vpu/Kconfig"
|
|
endif # VISION_SUPPORT
|