diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-04-03 16:43:51 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-04-05 16:36:07 -0500 |
commit | 4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2 (patch) | |
tree | 1be77c701653e5a7f1daf736bf4e489213f22d10 /arch/arm64/Kconfig.platforms | |
parent | 5fc670a87e31be7327ea4fa3865fc746965b867b (diff) |
arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA
Add the initial device tree files for Intel's Agilex SoCFPGA platform.
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 70498a033cf5..ca9f4422afa2 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -7,6 +7,11 @@ config ARCH_ACTIONS help This enables support for the Actions Semiconductor S900 SoC family. +config ARCH_AGILEX + bool "Intel's Agilex SoCFPGA Family" + help + This enables support for Intel's Agilex SoCFPGA Family. + config ARCH_SUNXI bool "Allwinner sunxi 64-bit SoC Family" select ARCH_HAS_RESET_CONTROLLER |