We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d219702 commit ea97a66Copy full SHA for ea97a66
drivers/gpu/drm/xe/Kconfig
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
config DRM_XE
3
tristate "Intel Xe Graphics"
4
- depends on DRM && PCI && MMU && (m || (y && KUNIT=y))
+ depends on DRM && PCI && MMU && (m || (y && KUNIT=y)) && 64BIT
5
select INTERVAL_TREE
6
# we need shmfs for the swappable backing store, and in particular
7
# the shmem_readpage() which depends upon tmpfs
0 commit comments