git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7026c1e
)
cpu: 83xx: Add missing dependency on CPU_MPC83XX
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 22 Apr 2022 13:32:21 +0000
(15:32 +0200)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 26 Apr 2022 11:48:39 +0000
(17:18 +0530)
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>
drivers/cpu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/cpu/Kconfig
b/drivers/cpu/Kconfig
index
3d5729f
..
7897281
100644
(file)
--- 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.