[PATCH 3/6] arm64: Kconfig.platforms: add ARCH_AXERA
Leng Honglin <[email protected]>
| Newsgroups | dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Enable the ARCH_AXERA platform option for Axera arm64 platforms. Reviewed-by: Shi Zhicheng <[email protected]> Signed-off-by: Leng Honglin <[email protected]> --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d2acfac73003..a6f2f009461e 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -54,6 +54,11 @@ config ARCH_ASPEED This enables support for ASPEED's SoC family, such as the ast27XX 8th generation Baseboard Management Controller (BMC). +config ARCH_AXERA + bool "Axera SoC family" + help + This enables support for the Axera SoC family. + config ARCH_AXIADO bool "Axiado SoC Family" select GPIOLIB -- 2.34.1