[PATCH v1 3/4] riscv: select vitesse phy driver for polarfire soc
Conor Dooley
conor.dooley at microchip.com
Fri Apr 15 05:52:21 PDT 2022
There is a Vitesse VSC8662 on the Icicle Kit, until a better option
exists, select it in Kconfig.socs for SOC_MICROCHIP_POLARFIRE.
Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
---
Palmer: You said to put in a comment, but I have no idea how Kconfig
expects a mid line comment to look. kbuild didn't seem to complain about
what I did, but lmk if that's not what you meant.
---
arch/riscv/Kconfig.socs | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index 7f93c729d51c..ff2b8b90db19 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -8,6 +8,7 @@ config SOC_MICROCHIP_POLARFIRE
select HW_RANDOM_POLARFIRE_SOC if POLARFIRE_SOC_SYS_CTRL
select PCIE_MICROCHIP_HOST if PCI_MSI && OF
select SIFIVE_PLIC
+ select VITESSE_PHY # present on icicle kit
help
This enables support for Microchip PolarFire SoC platforms.
--
2.35.2
More information about the linux-riscv
mailing list