[PATCH v2 2/3] arm64: Kconfig: Add ARCH_HPE_GSC platform
Krzysztof Kozlowski
krzk at kernel.org
Tue Mar 24 02:18:40 PDT 2026
On Mon, Mar 23, 2026 at 02:42:22PM -0500, nick.hawkins at hpe.com wrote:
> From: Nick Hawkins <nick.hawkins at hpe.com>
>
> Add the ARCH_HPE menuconfig group and ARCH_HPE_GSC config for the
> HPE GSC ARM64 BMC SoC.
>
> Signed-off-by: Nick Hawkins <nick.hawkins at hpe.com>
> ---
> arch/arm64/Kconfig.platforms | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 54eb1d7fd419..4bbc27bb9b7b 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -168,6 +168,29 @@ config ARCH_HISI
> help
> This enables support for Hisilicon ARMv8 SoC family
>
> +
No need for multiple blank lines.
> +menuconfig ARCH_HPE
> + bool "HPE SoC Support"
> + help
> + This enables support for HPE ARM-based SoC chips used
> + on HPE servers. HPE SoCs serve as the Baseboard
> + Management Controller (BMC) providing out-of-band server
> + management.
> +
> +if ARCH_HPE
> +
> +config ARCH_HPE_GSC
Sorry, you don't get multiple ARCHs per vendor. Look at this file at
other entries to see how it should be created.
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list