Kconfig (c771600c6af14749609b49565ffb4cac2959710d) Kconfig (4fbfa17f9a075593281034f566ca79cbf4930c82)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "DesignWare-based PCIe controllers"
4 depends on PCI
5
6config PCIE_DW
7 bool
8
1# SPDX-License-Identifier: GPL-2.0
2
3menu "DesignWare-based PCIe controllers"
4 depends on PCI
5
6config PCIE_DW
7 bool
8
9config PCIE_DW_DEBUGFS
10 bool "DesignWare PCIe debugfs entries"
11 depends on DEBUG_FS
12 depends on PCIE_DW_HOST || PCIE_DW_EP
13 help
14 Say Y here to enable debugfs entries for the PCIe controller. These
15 entries provide various debug features related to the controller and
16 expose the RAS DES capabilities such as Silicon Debug, Error Injection
17 and Statistical Counters.
18
9config PCIE_DW_HOST
10 bool
11 select PCIE_DW
12
13config PCIE_DW_EP
14 bool
15 select PCIE_DW
16

--- 446 unchanged lines hidden ---
19config PCIE_DW_HOST
20 bool
21 select PCIE_DW
22
23config PCIE_DW_EP
24 bool
25 select PCIE_DW
26

--- 446 unchanged lines hidden ---