diff options
author | 2022-10-05 18:13:47 +0100 | |
---|---|---|
committer | 2022-12-27 18:01:40 +0000 | |
commit | b61032557d20d2d1036bfcf833a3c5b4799183ea (patch) | |
tree | fe74b88d861837b892be6c54bf5ffc5d9c026573 | |
parent | RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO (diff) | |
download | wireguard-linux-b61032557d20d2d1036bfcf833a3c5b4799183ea.tar.xz wireguard-linux-b61032557d20d2d1036bfcf833a3c5b4799183ea.zip |
RISC-V: stop selecting the PolarFire SoC clock driver
The driver is now enabled by default if SOC_MICROCHIP_POLARFIRE so
there is no longer a need to select it in Kconfig.socs
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | arch/riscv/Kconfig.socs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index ce920f627f6d..aca5e750772c 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -5,7 +5,6 @@ config ARCH_MICROCHIP_POLARFIRE config SOC_MICROCHIP_POLARFIRE bool "Microchip PolarFire SoCs" - select MCHP_CLK_MPFS help This enables support for Microchip PolarFire SoC platforms. |