mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-11 17:55:54 +00:00
12 lines
295 B
Plaintext
12 lines
295 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 (RISCV && SOC_MICROCHIP_POLARFIRE) || COMPILE_TEST
|
|
select AUXILIARY_BUS
|
|
help
|
|
Supports Clock Configuration for PolarFire SoC
|