diff options
author | Tom Rini | 2022-06-20 08:07:45 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:59 -0400 |
commit | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (patch) | |
tree | 805f9479527bb5be5254ceb5bade28ee9b3719b9 /board | |
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 <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mpc8548cds/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig index 87f3374bf45..bd9153bc0d7 100644 --- a/board/freescale/mpc8548cds/Kconfig +++ b/board/freescale/mpc8548cds/Kconfig @@ -1,5 +1,8 @@ if TARGET_MPC8548CDS +config PCI1 + def_bool y + config SYS_BOARD default "mpc8548cds" |