From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in drivers/pci
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: PCIE_AMD_MDB [=n] Type : bool Defined at drivers/pci/controller/dwc/Kconfig:40 Prompt: AMD MDB Versal2 PCIe controller Depends on: PCI [=y] && OF [=y] && (ARM64 [=y] || COMPILE_TEST [=n]) && PCI_MSI [=y] Location: -> Device Drivers -> PCI support (PCI [=y]) -> PCI controller drivers -> DesignWare-based PCIe controllers -> AMD MDB Versal2 PCIe controller (PCIE_AMD_MDB [=n]) Selects: PCIE_DW_HOST [=y]
Commit: 5f3de23d858e (PCI: amd-mdb: Add AMD MDB Root Port driver)
---
Symbol: PCIE_DW_DEBUGFS [=n] Type : bool Defined at drivers/pci/controller/dwc/Kconfig:9 Prompt: DesignWare PCIe debugfs entries Depends on: PCI [=y] && DEBUG_FS [=y] && (PCIE_DW_HOST [=y] || PCIE_DW_EP [=n]) Location: -> Device Drivers -> PCI support (PCI [=y]) -> PCI controller drivers -> DesignWare-based PCIe controllers -> DesignWare PCIe debugfs entries (PCIE_DW_DEBUGFS [=n])
Commit: 4fbfa17f9a07 (PCI: dwc: Add debugfs based Silicon Debug support for DWC)
---
Symbol: PCI_PWRCTL_SLOT [=n] Type : tristate Defined at drivers/pci/pwrctrl/Kconfig:14 Prompt: PCI Power Control driver for PCI slots Depends on: PCI [=y] Location: -> Device Drivers -> PCI support (PCI [=y]) -> PCI Power Control driver for PCI slots (PCI_PWRCTL_SLOT [=n]) Selects: PCI_PWRCTL [=n]
Commit: 75996c92f4de (PCI/pwrctrl: Add pwrctrl driver for PCI slots)
---
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_AMD_MDB b/redhat/configs/pending-rhel/generic/CONFIG_PCIE_AMD_MDB deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_AMD_MDB +++ /dev/null @@ -1,17 +0,0 @@ -# Symbol: PCIE_AMD_MDB [=n] -# Type : bool -# Defined at drivers/pci/controller/dwc/Kconfig:40 -# Prompt: AMD MDB Versal2 PCIe controller -# Depends on: PCI [=y] && OF [=y] && (ARM64 [=y] || COMPILE_TEST [=n]) && PCI_MSI [=y] -# Location: -# -> Device Drivers -# -> PCI support (PCI [=y]) -# -> PCI controller drivers -# -> DesignWare-based PCIe controllers -# -> AMD MDB Versal2 PCIe controller (PCIE_AMD_MDB [=n]) -# Selects: PCIE_DW_HOST [=y] -# -# -# -# Commit: 5f3de23d858e (PCI: amd-mdb: Add AMD MDB Root Port driver) -# CONFIG_PCIE_AMD_MDB is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_DW_DEBUGFS b/redhat/configs/pending-rhel/generic/CONFIG_PCIE_DW_DEBUGFS deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_DW_DEBUGFS +++ /dev/null @@ -1,16 +0,0 @@ -# Symbol: PCIE_DW_DEBUGFS [=n] -# Type : bool -# Defined at drivers/pci/controller/dwc/Kconfig:9 -# Prompt: DesignWare PCIe debugfs entries -# Depends on: PCI [=y] && DEBUG_FS [=y] && (PCIE_DW_HOST [=y] || PCIE_DW_EP [=n]) -# Location: -# -> Device Drivers -# -> PCI support (PCI [=y]) -# -> PCI controller drivers -# -> DesignWare-based PCIe controllers -# -> DesignWare PCIe debugfs entries (PCIE_DW_DEBUGFS [=n]) -# -# -# -# Commit: 4fbfa17f9a07 (PCI: dwc: Add debugfs based Silicon Debug support for DWC) -# CONFIG_PCIE_DW_DEBUGFS is not set diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PCI_PWRCTL_SLOT b/redhat/configs/pending-rhel/generic/CONFIG_PCI_PWRCTL_SLOT deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_PCI_PWRCTL_SLOT +++ /dev/null @@ -1,15 +0,0 @@ -# Symbol: PCI_PWRCTL_SLOT [=n] -# Type : tristate -# Defined at drivers/pci/pwrctrl/Kconfig:14 -# Prompt: PCI Power Control driver for PCI slots -# Depends on: PCI [=y] -# Location: -# -> Device Drivers -# -> PCI support (PCI [=y]) -# -> PCI Power Control driver for PCI slots (PCI_PWRCTL_SLOT [=n]) -# Selects: PCI_PWRCTL [=n] -# -# -# -# Commit: 75996c92f4de (PCI/pwrctrl: Add pwrctrl driver for PCI slots) -# CONFIG_PCI_PWRCTL_SLOT is not set diff --git a/redhat/configs/rhel/generic/CONFIG_PCIE_AMD_MDB b/redhat/configs/rhel/generic/CONFIG_PCIE_AMD_MDB new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_PCIE_AMD_MDB @@ -0,0 +1 @@ +# CONFIG_PCIE_AMD_MDB is not set diff --git a/redhat/configs/rhel/generic/CONFIG_PCIE_DW_DEBUGFS b/redhat/configs/rhel/generic/CONFIG_PCIE_DW_DEBUGFS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_PCIE_DW_DEBUGFS @@ -0,0 +1 @@ +# CONFIG_PCIE_DW_DEBUGFS is not set diff --git a/redhat/configs/rhel/generic/CONFIG_PCI_PWRCTL_SLOT b/redhat/configs/rhel/generic/CONFIG_PCI_PWRCTL_SLOT new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_PCI_PWRCTL_SLOT @@ -0,0 +1 @@ +# CONFIG_PCI_PWRCTL_SLOT is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3796
kernel@lists.fedoraproject.org