Skip to content

Commit

Permalink
mei: pxp: add dependency on Xe driver
Browse files Browse the repository at this point in the history
Optionally depend on either i915 or Xe drivers.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20240123101625.220365-5-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alexander Usyskin authored and Greg Kroah-Hartman committed Jan 31, 2024
1 parent d35e28b commit 390b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/mei/pxp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config INTEL_MEI_PXP
tristate "Intel PXP services of ME Interface"
depends on INTEL_MEI_ME
depends on DRM_I915
depends on DRM_I915 || DRM_XE
help
MEI Support for PXP Services on Intel platforms.

Expand Down

0 comments on commit 390b60f

Please sign in to comment.