kernel_samsung_a53x/drivers/vision3/Kconfig

17 lines
348 B
Text
Raw Normal View History

2024-06-15 21:02:09 +02:00
menuconfig VISION_SUPPORT3
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_SUPPORT3
source "drivers/vision3/vision-core/Kconfig"
source "drivers/vision3/dsp/Kconfig"
source "drivers/vision3/npu/Kconfig"
endif # VISION_SUPPORT