diff options
| author | Tom Rini <[email protected]> | 2022-03-23 17:20:01 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-01 10:28:46 -0400 |
| commit | ef26b53a11d8c2c7872fa5dc6fa28de1ee2d94f4 (patch) | |
| tree | 43816795f4255b825f1c09572b6c8aa006ea5355 /board | |
| parent | db48e5258432838bc215bdea9fb8e83017afe972 (diff) | |
MPC837XERDB: Move CONFIG_PCIE to Kconfig
Move this symbol to the board Kconfig file.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/freescale/mpc837xerdb/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc837xerdb/Kconfig b/board/freescale/mpc837xerdb/Kconfig index 03415f9fc94..3779625edd5 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" |
