mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP symbol has been defined for some time on RISCV so drop it without any functional change. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20260113-doing-surplus-dc45866f71d4@spud Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
15 lines
329 B
Plaintext
15 lines
329 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 || COMPILE_TEST
|
|
default y
|
|
depends on MFD_SYSCON
|
|
select AUXILIARY_BUS
|
|
select REGMAP_MMIO
|
|
help
|
|
Supports Clock Configuration for PolarFire SoC
|