Hi Andrew, > On 18 Dec 2024, at 16:19, Andrew Cooper <andrew.coop...@citrix.com> wrote: > > On 18/12/2024 10:11 am, Andrei Cherechesu (OSS) wrote: >> diff --git a/xen/arch/arm/platforms/Kconfig b/xen/arch/arm/platforms/Kconfig >> index 02322c259c..6dbf6ec87b 100644 >> --- a/xen/arch/arm/platforms/Kconfig >> +++ b/xen/arch/arm/platforms/Kconfig >> @@ -37,6 +37,14 @@ config MPSOC >> help >> Enable all the required drivers for Xilinx Ultrascale+ MPSoC >> >> +config S32G3 >> + bool "NXP S32G3 Processors support" >> + depends on ARM_64 >> + select HAS_LINFLEX >> + select SCMI_SMC >> + help >> + Enable all the required drivers for NXP S32G3 Processors Family > > Minor point. Help text should be intended by 1 tab and 2 spaces. The > surrounding examples are wrong. > > This can probably be fixed on commit if the series doesn't need a resend.
All entries in this file are actually wrong. I did not mention it due to this fact and I thought of pushing one change to fix them all instead once this would have been commited. Cheers Bertrand > > ~Andrew