Skip to content

Commit

Permalink
drm/i915: Clean up PXP Kconfig info.
Browse files Browse the repository at this point in the history
During the review I focused on stop the using of the "+"
to reference the newer platforms, but I forgot that we are
in a process of making things more clear and differentiate
graphics and display versions. So, let me to clean up this
a bit. Also, we don't need any version mentioned in the
config menu entry, only in the help.

Cc: Alan Previn <[email protected]>
Cc: Daniele Ceraolo Spurio <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Daniele Ceraolo Spurio <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
rodrigovivi committed Oct 15, 2021
1 parent ea673f1 commit c974cf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/gpu/drm/i915/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ config DRM_I915_GVT_KVMGT
Intel GVT-g.

config DRM_I915_PXP
bool "Enable Intel PXP support for Intel Gen12 and newer platform"
bool "Enable Intel PXP support"
depends on DRM_I915
depends on INTEL_MEI && INTEL_MEI_PXP
default n
help
PXP (Protected Xe Path) is an i915 component, available on GEN12 and
newer GPUs, that helps to establish the hardware protected session and
manage the status of the alive software session, as well as its life
cycle.
PXP (Protected Xe Path) is an i915 component, available on graphics
version 12 and newer GPUs, that helps to establish the hardware
protected session and manage the status of the alive software session,
as well as its life cycle.

menu "drm/i915 Debugging"
depends on DRM_I915
Expand Down

0 comments on commit c974cf0

Please sign in to comment.