Commit de6acfdc authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

drm/xe: Fix kconfig prompt



The xe driver is the official driver for Intel Xe2 and later, while
maintaining experimental support for earlier GPUs. Reword the help
message accordingly.

Reviewed-by: default avatarMaarten Lankhorst <dev@lankhorst.se>
Link: https://lore.kernel.org/r/20250611-xe-kconfig-help-v1-1-8bcc6b47d11a@intel.com


Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
(cherry picked from commit 1488a308)
Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent 84c0b4a0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config DRM_XE
	tristate "Intel Xe Graphics"
	tristate "Intel Xe2 Graphics"
	depends on DRM && PCI && (m || (y && KUNIT=y))
	depends on INTEL_VSEC || !INTEL_VSEC
	depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
@@ -46,7 +46,8 @@ config DRM_XE
	select AUXILIARY_BUS
	select HMM_MIRROR
	help
	  Experimental driver for Intel Xe series GPUs
	  Driver for Intel Xe2 series GPUs and later. Experimental support
	  for Xe series is also available.

	  If "M" is selected, the module will be called xe.

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#include <drm/drm_drv.h>

#define DRIVER_NAME		"xe"
#define DRIVER_DESC		"Intel Xe Graphics"
#define DRIVER_DESC		"Intel Xe2 Graphics"

/* Interface history:
 *