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 <trini@konsulko.com>
This commit is contained in:
Tom Rini
2022-06-20 08:07:45 -04:00
parent a552ffc9d2
commit 3dc2987f5c
171 changed files with 512 additions and 70 deletions

View File

@@ -1,5 +1,8 @@
if TARGET_MPC8548CDS
config PCI1
def_bool y
config SYS_BOARD
default "mpc8548cds"