drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / drivers / pci / controller / plda / Kconfig
blobc0e14146d7e45e34533583fd025dffce8ed5d567
1 # SPDX-License-Identifier: GPL-2.0
3 menu "PLDA-based PCIe controllers"
4         depends on PCI
6 config PCIE_PLDA_HOST
7         bool
9 config PCIE_MICROCHIP_HOST
10         tristate "Microchip AXI PCIe controller"
11         depends on PCI_MSI && OF
12         select PCI_HOST_COMMON
13         select PCIE_PLDA_HOST
14         help
15           Say Y here if you want kernel to support the Microchip AXI PCIe
16           Host Bridge driver.
18 config PCIE_STARFIVE_HOST
19         tristate "StarFive PCIe host controller"
20         depends on PCI_MSI && OF
21         depends on ARCH_STARFIVE || COMPILE_TEST
22         select PCIE_PLDA_HOST
23         help
24           Say Y here if you want to support the StarFive PCIe controller in
25           host mode. StarFive PCIe controller uses PLDA PCIe core.
27           If you choose to build this driver as module it will be dynamically
28           linked and module will be called pcie-starfive.ko.
30 endmenu