diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-04-04 00:43:51 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-04-06 00:36:07 +0300 |
commit | 4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2 (patch) | |
tree | 1be77c701653e5a7f1daf736bf4e489213f22d10 /arch/arm64/Kconfig.platforms | |
parent | 5fc670a87e31be7327ea4fa3865fc746965b867b (diff) | |
download | linux-4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2.tar.xz |
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 |