android_kernel_samsung_a7y1.../drivers/vision/Kconfig
prashantpaddune 3bca37f224 A750FXXU4CTBC
2020-03-27 21:51:54 +05:30

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