sdk-hwV1.3/lichee/linux-4.9/drivers/aipu/Kconfig

17 lines
243 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
# Generic AIPU Configuration
config AIPU
tristate "AIPU Driver Support"
depends on ARCH_SUN50IW11
select CMA
select DMA_CMA
help
This implements a generic interface towards aipu.
if AIPU
menu "Aipu driver support"
endmenu
endif