17 lines
344 B
Text
17 lines
344 B
Text
|
menuconfig VISION_SUPPORT
|
||
|
tristate "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/dsp/Kconfig"
|
||
|
|
||
|
source "drivers/vision/npu/Kconfig"
|
||
|
|
||
|
endif # VISION_SUPPORT
|