blob: 2b9f9bf5f9f06d238ca7dacc199c07c39def7194 [file] [log] [blame]
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