From a71ee103a729754519abc15fd58e6b258a89e58b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Oct 2020 11:42:37 -0500 Subject: Linux v5.9.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_PCIE_XILINX_CPM | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_PCIE_XILINX_CPM (limited to 'configs/fedora/generic/CONFIG_PCIE_XILINX_CPM') diff --git a/configs/fedora/generic/CONFIG_PCIE_XILINX_CPM b/configs/fedora/generic/CONFIG_PCIE_XILINX_CPM new file mode 100644 index 000000000..87f5c7913 --- /dev/null +++ b/configs/fedora/generic/CONFIG_PCIE_XILINX_CPM @@ -0,0 +1,19 @@ +# CONFIG_PCIE_XILINX_CPM: +# +# Say 'Y' here if you want kernel support for the +# Xilinx Versal CPM host bridge. +# +# Symbol: PCIE_XILINX_CPM [=n] +# Type : bool +# Defined at drivers/pci/controller/Kconfig:102 +# Prompt: Xilinx Versal CPM host bridge support +# Depends on: PCI [=y] && (ARCH_ZYNQMP [=y] || COMPILE_TEST [=n]) +# Location: +# -> Device Drivers +# -> PCI support (PCI [=y]) +# -> PCI controller drivers +# Selects: PCI_HOST_COMMON [=y] +# +# +# +CONFIG_PCIE_XILINX_CPM=y -- cgit