mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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>
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config DRM_ACCEL_ARM_ETHOSU
|
|
tristate "Arm Ethos-U65/U85 NPU"
|
|
depends on HAS_IOMEM
|
|
depends on DRM_ACCEL
|
|
depends on ARM || ARM64 || COMPILE_TEST
|
|
select DRM_GEM_DMA_HELPER
|
|
select DRM_SCHED
|
|
select GENERIC_ALLOCATOR
|
|
help
|
|
Enables driver for Arm Ethos-U65/U85 NPUs
|