mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 09:16:33 +00:00
f3e788d9ec
As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the use of such symbols on other architectures, convert the Microchip FPGA clock drivers to use the new symbol. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230309204452.969574-2-conor@kernel.org
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config COMMON_CLK_PIC32
|
|
def_bool COMMON_CLK && MACH_PIC32
|
|
|
|
config MCHP_CLK_MPFS
|
|
bool "Clk driver for PolarFire SoC"
|
|
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
|
|
default ARCH_MICROCHIP_POLARFIRE
|
|
select AUXILIARY_BUS
|
|
help
|
|
Supports Clock Configuration for PolarFire SoC
|