Commit 836e4871 authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

drm/xe: Enable 32bits build

parent 8d038f49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config DRM_XE
	tristate "Intel Xe Graphics"
	depends on DRM && PCI && MMU && (m || (y && KUNIT=y)) && 64BIT
	depends on DRM && PCI && MMU && (m || (y && KUNIT=y))
	select INTERVAL_TREE
	# we need shmfs for the swappable backing store, and in particular
	# the shmem_readpage() which depends upon tmpfs