diff options
| author | Tom Rini <[email protected]> | 2022-06-20 08:07:45 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:04:59 -0400 |
| commit | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (patch) | |
| tree | 805f9479527bb5be5254ceb5bade28ee9b3719b9 /configs/P1010RDB-PB_NOR_defconfig | |
| parent | a552ffc9d270769286d7a0697913689c31537bfa (diff) | |
Convert CONFIG_PCIE1 et al to Kconfig
This converts the following to Kconfig:
CONFIG_PCIE1
CONFIG_PCIE2
CONFIG_PCIE3
CONFIG_PCIE4
CONFIG_PCI1
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/P1010RDB-PB_NOR_defconfig')
| -rw-r--r-- | configs/P1010RDB-PB_NOR_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1010RDB-PB_NOR_defconfig b/configs/P1010RDB-PB_NOR_defconfig index 05a4c1286f8..c13369efe70 100644 --- a/configs/P1010RDB-PB_NOR_defconfig +++ b/configs/P1010RDB-PB_NOR_defconfig @@ -10,6 +10,8 @@ CONFIG_TARGET_P1010RDB_PB=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y CONFIG_ENABLE_36BIT_PHYS=y CONFIG_SYS_MPC85XX_NO_RESETVEC=y +CONFIG_PCIE1=y +CONFIG_PCIE2=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y |
