Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS

One of the primary reasons for the CXL driver to exist is to perform error
handling. If both PCIEAER and CXL are enabled then light up CXL error
handling as well. Now that all RAS handling is moved under the CXL_RAS
symbol, drop the previous PCIEAER_CXL symbol.

Reviewed-by: Terry Bowman <terry.bowman@amd.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Link: https://patch.msgid.link/20260114182055.46029-14-terry.bowman@amd.com
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>

authored by

Dan Williams and committed by
Dave Jiang
d18f1b7b 7ff8b1d6

+1 -10
+1 -1
drivers/cxl/Kconfig
··· 235 235 236 236 config CXL_RAS 237 237 def_bool y 238 - depends on ACPI_APEI_GHES && PCIEAER && CXL_PCI 238 + depends on ACPI_APEI_GHES && PCIEAER && CXL_BUS 239 239 240 240 endif
-9
drivers/pci/pcie/Kconfig
··· 49 49 gotten from: 50 50 https://github.com/intel/aer-inject.git 51 51 52 - config PCIEAER_CXL 53 - bool "PCI Express CXL RAS support" 54 - default y 55 - depends on PCIEAER && CXL_PCI 56 - help 57 - Enables CXL error handling. 58 - 59 - If unsure, say Y. 60 - 61 52 # 62 53 # PCI Express ECRC 63 54 #