reset: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210
authorYangyu Chen <cyy@cyyself.name>
Thu, 28 Mar 2024 17:06:13 +0000 (01:06 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Fri, 5 Apr 2024 15:42:51 +0000 (16:42 +0100)
commit68f41105ea07d4be68e77666fcebbd34ea3612a8
tree94d968d6311d877ea7b59a608ae7c96aa8a3c1c5
parentc1556a9b426eb8af5606c67291c7f3025fbe2af9
reset: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210

Since SOC_FOO should be deprecated from patch [1], and cleanup for other
SoCs is already in the mailing list [2,3,4,5], we remove the use of
SOC_CANAAN and introduced SOC_CANAAN_K210 for K210-specific drivers,

Thus, we replace its drivers depends on SOC_CANAAN_K210 and default select
when it has the symbol SOC_CANAAN_K210.

[1] https://lore.kernel.org/linux-riscv/20221121221414.109965-1-conor@kernel.org/
[2] https://lore.kernel.org/linux-riscv/20240305-praying-clad-c4fbcaa7ed0a@spud/
[3] https://lore.kernel.org/linux-riscv/20240305-fled-undrilled-41dc0c46bb29@spud/
[4] https://lore.kernel.org/linux-riscv/20240305-stress-earflap-d7ddb8655a4d@spud/
[5] https://lore.kernel.org/linux-riscv/20240305-praying-clad-c4fbcaa7ed0a@spud/

Signed-off-by: Yangyu Chen <cyy@cyyself.name>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
drivers/reset/Kconfig