oleavr-rgl-a500-mini-linux-.../drivers/pci/host/Kconfig
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

31 lines
692 B
Text

menu "PCI host controller drivers"
depends on PCI
config PCIE_SUNXI_PLAT
bool "Platform bus based Allwiner PCIe Controller"
depends on ARCH_SUN50IW6
select PCIE_SUNXI
---help---
This selects the Allwiner PCIe controller support. Select this if
you have a PCIe controller on Platform bus.
If you have a controller with this interface, say Y or M here.
If unsure, say N.
config PCIE_SUNXI_EXTERNAL_CLOCK
bool "use PCIe enternal clock"
depends on PCIE_SUNXI_PLAT
default n
help
If using an external clock, say y.
config PCIE_SUNXI
bool
config PCI_SUNXI
bool "Allwinner PCIe controller"
depends on ARCH_SUN50IW6
select PCIEPORTBUS
select PCIE_SUNXI
endmenu