diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2020-12-07 14:43:01 -0600 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2021-01-04 15:40:31 -0600 |
commit | a427485a009348f0c7a498e34788a4c5adcc7128 (patch) | |
tree | 8f5fa7183fa63356e1cf69ce36b500d047fd5a4a /arch/arm64/Kconfig.platforms | |
parent | 62b3c680cfdc1f60a9143a1e4aabff7473629157 (diff) | |
download | linux-a427485a009348f0c7a498e34788a4c5adcc7128.tar.bz2 |
arm64: dts: n5x: Add support for Intel's eASIC N5X platform
The Intel eASIC N5X platform shares the same register map as the Agilex
platform, thus, we can re-use the socfpga_agilex.dtsi as the base
DTSI.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6eecdef538bd..c20eacd9a931 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -13,6 +13,11 @@ config ARCH_AGILEX help This enables support for Intel's Agilex SoCFPGA Family. +config ARCH_N5X + bool "Intel's eASIC N5X SoCFPGA Family" + help + This enables support for Intel's eASIC N5X SoCFPGA Family. + config ARCH_SUNXI bool "Allwinner sunxi 64-bit SoC Family" select ARCH_HAS_RESET_CONTROLLER |