[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220415125221.2871991-4-conor.dooley@microchip.com>
Date: Fri, 15 Apr 2022 13:52:21 +0100
From: Conor Dooley <conor.dooley@...rochip.com>
To: Palmer Dabbelt <palmer@...belt.com>
CC: Paul Walmsley <paul.walmsley@...ive.com>,
Albert Ou <aou@...s.berkeley.edu>,
<linux-kernel@...r.kernel.org>, <linux-riscv@...ts.infradead.org>,
Conor Dooley <conor.dooley@...rochip.com>
Subject: [PATCH v1 3/4] riscv: select vitesse phy driver for polarfire soc
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@...rochip.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
Powered by blists - more mailing lists