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.

accel: ethosu: Add hardware dependency hint

The Ethos-U NPU is only available on ARM systems, so add a hardware
dependency hint to prevent this driver from being needlessly
included in kernels built for other architectures.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: https://patch.msgid.link/20260401122323.6127a77c@endymion
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Jean Delvare and committed by
Rob Herring (Arm)
857fa8f2 338c5605

+1
+1
drivers/accel/ethosu/Kconfig
··· 4 4 tristate "Arm Ethos-U65/U85 NPU" 5 5 depends on HAS_IOMEM 6 6 depends on DRM_ACCEL 7 + depends on ARM || ARM64 || COMPILE_TEST 7 8 select DRM_GEM_DMA_HELPER 8 9 select DRM_SCHED 9 10 select GENERIC_ALLOCATOR