Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / pci / host / Kconfig
1 menu "PCI host controller drivers"
2         depends on PCI
3
4 config PCI_MVEBU
5         bool "Marvell EBU PCIe controller"
6         depends on ARCH_MVEBU || ARCH_KIRKWOOD
7
8 config PCIE_DW
9         bool
10
11 config PCI_EXYNOS
12         bool "Samsung Exynos PCIe controller"
13         depends on SOC_EXYNOS5440
14         select PCIEPORTBUS
15         select PCIE_DW
16
17 endmenu