commit | 7485ebf688899c8317586d85d10720622945288e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jun 20 08:07:45 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 05 17:04:59 2022 -0400 |
tree | 805f9479527bb5be5254ceb5bade28ee9b3719b9 | |
parent | 9d291f4c59aca2118c3ca08effb826c31345535a [diff] [blame] |
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>
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig index 87f3374..bd9153b 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"