
22 Apr
2022
22 Apr
'22
3:32 p.m.
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 ---
drivers/cpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cpu/Kconfig b/drivers/cpu/Kconfig index 3d5729f6dca8..789728167ceb 100644 --- a/drivers/cpu/Kconfig +++ b/drivers/cpu/Kconfig @@ -9,7 +9,7 @@ config CPU
config CPU_MPC83XX bool "Enable MPC83xx CPU driver" - depends on CPU + depends on CPU && MPC83xx select CLK_MPC83XX help Support CPU cores for SoCs of the MPC83xx series.
--
2.36.0