Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 310 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_ACCEL_ARM_ETHOSU 4 tristate "Arm Ethos-U65/U85 NPU" 5 depends on HAS_IOMEM 6 depends on DRM_ACCEL 7 depends on ARM || ARM64 || COMPILE_TEST 8 select DRM_GEM_DMA_HELPER 9 select DRM_SCHED 10 select GENERIC_ALLOCATOR 11 help 12 Enables driver for Arm Ethos-U65/U85 NPUs