Skip to content

Commit ea97a66

Browse files
lucasdemarchiairlied
authored andcommitted
drm/xe: Disable 32bits build
Add a dependency on CONFIG_64BIT since currently the xe driver doesn't build on 32bits. It may be enabled again after all the issues are fixed. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231221222809.4123220-2-lucas.demarchi@intel.com
1 parent d219702 commit ea97a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_XE
33
tristate "Intel Xe Graphics"
4-
depends on DRM && PCI && MMU && (m || (y && KUNIT=y))
4+
depends on DRM && PCI && MMU && (m || (y && KUNIT=y)) && 64BIT
55
select INTERVAL_TREE
66
# we need shmfs for the swappable backing store, and in particular
77
# the shmem_readpage() which depends upon tmpfs

0 commit comments

Comments
 (0)