With the intent of removing driver selects from Kconfig.socs in arch/riscv, essential drivers that were being selected there could instead by enabled by defaulting them to the value of the SoC's Kconfig symbol. Do so here & drop the depend on RISC-V - the SOC_ symbols are only defined there anyway. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20221123161921.81195-1-conor@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
13 lines
317 B
Plaintext
13 lines
317 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 SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
|
|
default SOC_MICROCHIP_POLARFIRE
|
|
select AUXILIARY_BUS
|
|
help
|
|
Supports Clock Configuration for PolarFire SoC
|