Message ID | 20210304034141.7062-7-brad@pensando.io |
---|---|
State | Superseded |
Headers | show |
Series | Support Pensando Elba SoC | expand |
On Thu, Mar 4, 2021 at 4:41 AM Brad Larson <brad@pensando.io> wrote: > > Add ARCH_PENSANDO configuration option for Pensando SoC > based platforms. > > Signed-off-by: Brad Larson <brad@pensando.io> The changelog and the platform help text could use a little more information about what that platform is and where to find more information. This will help users decide whether they should enable support for the platform or not. Arnd
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index cdfd5fed457f..803e7cf1df55 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -210,6 +210,11 @@ config ARCH_MXC This enables support for the ARMv8 based SoCs in the NXP i.MX family. +config ARCH_PENSANDO + bool "Pensando Platforms" + help + This enables support for the ARMv8 based Pensando chipsets + config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB
Add ARCH_PENSANDO configuration option for Pensando SoC based platforms. Signed-off-by: Brad Larson <brad@pensando.io> --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+)