mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
soc: canaan: Make K210_SYSCTL depend on CLK_K210
CLK_K210 is no longer a dependency of SOC_CANAAN,
but K210_SYSCTL depends on CLK_K210. This patch makes K210_SYSCTL
depend on CLK_K210. Also fix whitespace errors.
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/all/42446784-a88b-df09-41e9-5f685b4df6ee@infradead.org
Fixes: 3af577f982 ("RISC-V: stop directly selecting drivers for SOC_CANAAN")
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
committed by
Conor Dooley
parent
fe15c26ee2
commit
49f965b6fb
@@ -3,8 +3,9 @@
|
|||||||
config SOC_K210_SYSCTL
|
config SOC_K210_SYSCTL
|
||||||
bool "Canaan Kendryte K210 SoC system controller"
|
bool "Canaan Kendryte K210 SoC system controller"
|
||||||
depends on RISCV && SOC_CANAAN && OF
|
depends on RISCV && SOC_CANAAN && OF
|
||||||
|
depends on COMMON_CLK_K210
|
||||||
default SOC_CANAAN
|
default SOC_CANAAN
|
||||||
select PM
|
select PM
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
help
|
help
|
||||||
Canaan Kendryte K210 SoC system controller driver.
|
Canaan Kendryte K210 SoC system controller driver.
|
||||||
|
|||||||
Reference in New Issue
Block a user