mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
Convert CONFIG_SYS_FSL_PCI_VER_3_X to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FSL_PCI_VER_3_X Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
363397ae1a
commit
6bb74fe19b
@ -195,7 +195,6 @@
|
|||||||
#define CONFIG_SYS_FSL_SRIO_LIODN
|
#define CONFIG_SYS_FSL_SRIO_LIODN
|
||||||
#define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE
|
#define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE
|
||||||
#define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY
|
#define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY
|
||||||
#define CONFIG_SYS_FSL_PCI_VER_3_X
|
|
||||||
|
|
||||||
#elif defined(CONFIG_ARCH_B4860) || defined(CONFIG_ARCH_B4420)
|
#elif defined(CONFIG_ARCH_B4860) || defined(CONFIG_ARCH_B4420)
|
||||||
#define CONFIG_FSL_CORENET /* Freescale CoreNet platform */
|
#define CONFIG_FSL_CORENET /* Freescale CoreNet platform */
|
||||||
@ -293,7 +292,6 @@
|
|||||||
#define CONFIG_SYS_NUM_FMAN 1
|
#define CONFIG_SYS_NUM_FMAN 1
|
||||||
#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4, 4, 4 }
|
#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 4, 4, 4 }
|
||||||
#define CONFIG_SYS_FSL_SRDS_1
|
#define CONFIG_SYS_FSL_SRDS_1
|
||||||
#define CONFIG_SYS_FSL_PCI_VER_3_X
|
|
||||||
#if defined(CONFIG_ARCH_T2080)
|
#if defined(CONFIG_ARCH_T2080)
|
||||||
#define CONFIG_SYS_NUM_FM1_DTSEC 8
|
#define CONFIG_SYS_NUM_FM1_DTSEC 8
|
||||||
#define CONFIG_SYS_NUM_FM1_10GEC 4
|
#define CONFIG_SYS_NUM_FM1_10GEC 4
|
||||||
|
@ -133,8 +133,12 @@ config PCIE_DW_SIFIVE
|
|||||||
Say Y here if you want to enable PCIe controller support on
|
Say Y here if you want to enable PCIe controller support on
|
||||||
FU740.
|
FU740.
|
||||||
|
|
||||||
|
config SYS_FSL_PCI_VER_3_X
|
||||||
|
bool
|
||||||
|
|
||||||
config PCIE_FSL
|
config PCIE_FSL
|
||||||
bool "FSL PowerPC PCIe support"
|
bool "FSL PowerPC PCIe support"
|
||||||
|
select SYS_FSL_PCI_VER_3_X if ARCH_T2080 || ARCH_T4240
|
||||||
help
|
help
|
||||||
Say Y here if you want to enable PCIe controller support on FSL
|
Say Y here if you want to enable PCIe controller support on FSL
|
||||||
PowerPC MPC85xx, MPC86xx, B series, P series and T series SoCs.
|
PowerPC MPC85xx, MPC86xx, B series, P series and T series SoCs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user