mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01:00
cpu: 83xx: Add missing dependency on CPU_MPC83XX
It looks quite weird that for non PPC platforms cpu driver for MPC83xx can be selected. That's why define proper dependency. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
7026c1ee70
commit
182d45ddff
@ -9,7 +9,7 @@ config CPU
|
|||||||
|
|
||||||
config CPU_MPC83XX
|
config CPU_MPC83XX
|
||||||
bool "Enable MPC83xx CPU driver"
|
bool "Enable MPC83xx CPU driver"
|
||||||
depends on CPU
|
depends on CPU && MPC83xx
|
||||||
select CLK_MPC83XX
|
select CLK_MPC83XX
|
||||||
help
|
help
|
||||||
Support CPU cores for SoCs of the MPC83xx series.
|
Support CPU cores for SoCs of the MPC83xx series.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user