]> Git Repo - J-linux.git/commitdiff
drm/xe: Enable 32bits build
authorLucas De Marchi <[email protected]>
Fri, 19 Jan 2024 00:16:12 +0000 (16:16 -0800)
committerLucas De Marchi <[email protected]>
Fri, 19 Jan 2024 21:09:04 +0000 (13:09 -0800)
Now that all the issues with 32bits are fixed, enable it again.

Reviewed-by: Matt Roper <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/xe/Kconfig

index 1b57ae38210d4c6c67b4352d1399b2e6de337ceb..1b0ef91a5d2c357b47a88ef00dbd4234285c954f 100644 (file)
@@ -1,7 +1,7 @@
 # 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
This page took 0.049766 seconds and 4 git commands to generate.