diff options
| author | liu hao <[email protected]> | 2019-10-31 07:51:08 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-11-07 18:01:13 -0500 |
| commit | e3aafef4cf2d16e14e3bc02c3d8dbd434e305c19 (patch) | |
| tree | fdbea6b74ff265944983e10293b5e401f4b61d77 /drivers/pci/Kconfig | |
| parent | 672c57057f4071ee786c5a3b94897ff6b6de39c4 (diff) | |
arm: add initial support for the Phytium Durian Board
This adds platform code and the device tree for the Phytium Durian Board.
The initial support comprises the UART and the PCIE.
Cc: Bin Meng <[email protected]>
Cc: Kever Yang <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Heinrich Schuchardt <[email protected]>
Signed-off-by: Steven Hao <[email protected]>
Diffstat (limited to 'drivers/pci/Kconfig')
| -rw-r--r-- | drivers/pci/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 71aab85ed31..13603b9d57d 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -51,6 +51,13 @@ config PCIE_ECAM_GENERIC Say Y here if you want to enable support for generic ECAM-based PCIe host controllers, such as the one emulated by QEMU. +config PCI_PHYTIUM + bool "Phytium PCIe support" + depends on DM_PCI + help + Say Y here if you want to enable PCIe controller support on + Phytium SoCs. + config PCIE_DW_MVEBU bool "Enable Armada-8K PCIe driver (DesignWare core)" depends on DM_PCI |
