android_kernel_samsung_a7y1.../drivers/vision/Kconfig

13 lines
365 B
Plaintext
Raw Permalink Normal View History

2020-03-27 16:21:54 +00:00
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