[PATCH 6/8] arm64: Add config for Pensando SoC platforms

From: Brad Larson
Date: Wed Mar 03 2021 - 22:45:26 EST


Add ARCH_PENSANDO configuration option for Pensando SoC
based platforms.

Signed-off-by: Brad Larson <brad@xxxxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 5 +++++
1 file changed, 5 insertions(+)

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
--
2.17.1