commit | ef26b53a11d8c2c7872fa5dc6fa28de1ee2d94f4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 23 17:20:01 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:46 2022 -0400 |
tree | 43816795f4255b825f1c09572b6c8aa006ea5355 | |
parent | db48e5258432838bc215bdea9fb8e83017afe972 [diff] [blame] |
MPC837XERDB: Move CONFIG_PCIE to Kconfig Move this symbol to the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/board/freescale/mpc837xerdb/Kconfig b/board/freescale/mpc837xerdb/Kconfig index 03415f9..3779625 100644 --- a/board/freescale/mpc837xerdb/Kconfig +++ b/board/freescale/mpc837xerdb/Kconfig
@@ -1,5 +1,8 @@ if TARGET_MPC837XERDB +config PCIE + def_bool y + config SYS_BOARD default "mpc837xerdb"