mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
26 lines
899 B
Diff
26 lines
899 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jianfeng Liu <liujianfeng1994@gmail.com>
|
|
Date: Tue, 16 Sep 2025 09:14:47 +0800
|
|
Subject: gpu: xe: enable build with 16KB page size
|
|
|
|
---
|
|
drivers/gpu/drm/xe/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
|
|
index 111111111111..222222222222 100644
|
|
--- a/drivers/gpu/drm/xe/Kconfig
|
|
+++ b/drivers/gpu/drm/xe/Kconfig
|
|
@@ -5,7 +5,7 @@ config DRM_XE
|
|
depends on KUNIT || !KUNIT
|
|
depends on INTEL_VSEC || !INTEL_VSEC
|
|
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
|
|
- depends on PAGE_SIZE_4KB || COMPILE_TEST || BROKEN
|
|
+ depends on PAGE_SIZE_4KB || PAGE_SIZE_16KB || COMPILE_TEST || BROKEN
|
|
select INTERVAL_TREE
|
|
# we need shmfs for the swappable backing store, and in particular
|
|
# the shmem_readpage() which depends upon tmpfs
|
|
--
|
|
Armbian
|
|
|