diff options
| author | Michal Simek <[email protected]> | 2022-04-22 15:32:21 +0200 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2022-04-26 17:18:39 +0530 |
| commit | 182d45ddff8944e291c805d94a01d7dd29d0d3b6 (patch) | |
| tree | efc49507c693cad8c425e93a82357f050ada9d53 /drivers | |
| parent | 7026c1ee702dec01afca15ce8022fab0e5af5104 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/cpu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpu/Kconfig b/drivers/cpu/Kconfig index 3d5729f6dca..789728167ce 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. |
