]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm64/Kconfig.platforms
Merge tag 'samsung-soc64-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-zesty-kernel.git] / arch / arm64 / Kconfig.platforms
index 653662bbafeb59d048484e78c541bc1c2b473345..c2d621fc7e014316c1510a540d4e2afecee6a28c 100644 (file)
@@ -1,7 +1,22 @@
 menu "Platform selection"
 
+config ARCH_SUNXI
+       bool "Allwinner sunxi 64-bit SoC Family"
+       help
+         This enables support for Allwinner sunxi based SoCs like the A64.
+
+config ARCH_ALPINE
+       bool "Annapurna Labs Alpine platform"
+       select ALPINE_MSI
+       help
+         This enables support for the Annapurna Labs Alpine
+         Soc family.
+
 config ARCH_BCM_IPROC
        bool "Broadcom iProc SoC Family"
+       select COMMON_CLK_IPROC
+       select PINCTRL
+       select ARCH_REQUIRE_GPIOLIB
        help
          This enables support for Broadcom iProc based SoCs
 
@@ -41,6 +56,17 @@ config ARCH_MEDIATEK
        help
          Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
 
+config ARCH_MVEBU
+       bool "Marvell EBU SoC Family"
+       select ARMADA_AP806_CORE_CLK
+       select ARMADA_AP806_RING_CLK
+       select MVEBU_ODMI
+       help
+         This enables support for Marvell EBU familly, including:
+          - Armada 3700 SoC Family
+          - Armada 7K SoC Family
+          - Armada 8K SoC Family
+
 config ARCH_QCOM
        bool "Qualcomm Platforms"
        select PINCTRL
@@ -53,6 +79,7 @@ config ARCH_ROCKCHIP
        select ARCH_REQUIRE_GPIOLIB
        select PINCTRL
        select PINCTRL_ROCKCHIP
+       select ROCKCHIP_TIMER
        help
          This enables support for the ARMv8 based Rockchip chipsets,
          like the RK3368.
@@ -69,7 +96,9 @@ config ARCH_RENESAS
        bool "Renesas SoC Platforms"
        select ARCH_SHMOBILE
        select PINCTRL
-       select PM_GENERIC_DOMAINS if PM
+       select PM
+       select PM_GENERIC_DOMAINS
+       select RENESAS_IRQC
        help
          This enables support for the ARMv8 based Renesas SoCs.
 
@@ -124,6 +153,11 @@ config ARCH_VEXPRESS
          This enables support for the ARMv8 software model (Versatile
          Express).
 
+config ARCH_VULCAN
+       bool "Broadcom Vulcan SOC Family"
+       help
+         This enables support for Broadcom Vulcan SoC Family
+
 config ARCH_XGENE
        bool "AppliedMicro X-Gene SOC Family"
        help