Merge tag 'mvebu-arm64-4.6-2' of git://git.infradead.org/linux-mvebu into next/arm64
[linux-2.6-microblaze.git] / arch / arm64 / Kconfig.platforms
1 menu "Platform selection"
2
3 config ARCH_ALPINE
4         bool "Annapurna Labs Alpine platform"
5         select ALPINE_MSI
6         help
7           This enables support for the Annapurna Labs Alpine
8           Soc family.
9
10 config ARCH_BCM_IPROC
11         bool "Broadcom iProc SoC Family"
12         select COMMON_CLK_IPROC
13         select PINCTRL
14         select ARCH_REQUIRE_GPIOLIB
15         help
16           This enables support for Broadcom iProc based SoCs
17
18 config ARCH_BERLIN
19         bool "Marvell Berlin SoC Family"
20         select ARCH_REQUIRE_GPIOLIB
21         select DW_APB_ICTL
22         select PINCTRL
23         help
24           This enables support for Marvell Berlin SoC Family
25
26 config ARCH_EXYNOS
27         bool
28         help
29           This enables support for Samsung Exynos SoC family
30
31 config ARCH_EXYNOS7
32         bool "ARMv8 based Samsung Exynos7"
33         select ARCH_EXYNOS
34         select COMMON_CLK_SAMSUNG
35         select HAVE_S3C2410_WATCHDOG if WATCHDOG
36         select HAVE_S3C_RTC if RTC_CLASS
37         select PINCTRL
38         select PINCTRL_EXYNOS
39
40         help
41           This enables support for Samsung Exynos7 SoC family
42
43 config ARCH_LAYERSCAPE
44         bool "ARMv8 based Freescale Layerscape SoC family"
45         help
46           This enables support for the Freescale Layerscape SoC family.
47
48 config ARCH_HISI
49         bool "Hisilicon SoC Family"
50         help
51           This enables support for Hisilicon ARMv8 SoC family
52
53 config ARCH_MEDIATEK
54         bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
55         select ARM_GIC
56         select PINCTRL
57         select MTK_TIMER
58         help
59           Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
60
61 config ARCH_MVEBU
62         bool "Marvell EBU SoC Family"
63         select ARMADA_AP806_CORE_CLK
64         select ARMADA_AP806_RING_CLK
65         select MVEBU_ODMI
66         help
67           This enables support for Marvell EBU familly, including:
68            - Armada 3700 SoC Family
69            - Armada 7K SoC Family
70            - Armada 8K SoC Family
71
72 config ARCH_QCOM
73         bool "Qualcomm Platforms"
74         select PINCTRL
75         help
76           This enables support for the ARMv8 based Qualcomm chipsets.
77
78 config ARCH_ROCKCHIP
79         bool "Rockchip Platforms"
80         select ARCH_HAS_RESET_CONTROLLER
81         select ARCH_REQUIRE_GPIOLIB
82         select PINCTRL
83         select PINCTRL_ROCKCHIP
84         select ROCKCHIP_TIMER
85         help
86           This enables support for the ARMv8 based Rockchip chipsets,
87           like the RK3368.
88
89 config ARCH_SEATTLE
90         bool "AMD Seattle SoC Family"
91         help
92           This enables support for AMD Seattle SOC Family
93
94 config ARCH_SHMOBILE
95         bool
96
97 config ARCH_RENESAS
98         bool "Renesas SoC Platforms"
99         select ARCH_SHMOBILE
100         select PINCTRL
101         select PM
102         select PM_GENERIC_DOMAINS
103         select RENESAS_IRQC
104         help
105           This enables support for the ARMv8 based Renesas SoCs.
106
107 config ARCH_R8A7795
108         bool "Renesas R-Car H3 SoC Platform"
109         depends on ARCH_RENESAS
110         help
111           This enables support for the Renesas R-Car H3 SoC.
112
113 config ARCH_STRATIX10
114         bool "Altera's Stratix 10 SoCFPGA Family"
115         help
116           This enables support for Altera's Stratix 10 SoCFPGA Family.
117
118 config ARCH_TEGRA
119         bool "NVIDIA Tegra SoC Family"
120         select ARCH_HAS_RESET_CONTROLLER
121         select ARCH_REQUIRE_GPIOLIB
122         select CLKDEV_LOOKUP
123         select CLKSRC_MMIO
124         select CLKSRC_OF
125         select GENERIC_CLOCKEVENTS
126         select HAVE_CLK
127         select PINCTRL
128         select RESET_CONTROLLER
129         help
130           This enables support for the NVIDIA Tegra SoC family.
131
132 config ARCH_SPRD
133         bool "Spreadtrum SoC platform"
134         help
135           Support for Spreadtrum ARM based SoCs
136
137 config ARCH_THUNDER
138         bool "Cavium Inc. Thunder SoC Family"
139         help
140           This enables support for Cavium's Thunder Family of SoCs.
141
142 config ARCH_UNIPHIER
143         bool "Socionext UniPhier SoC Family"
144         select PINCTRL
145         help
146           This enables support for Socionext UniPhier SoC family.
147
148 config ARCH_VEXPRESS
149         bool "ARMv8 software model (Versatile Express)"
150         select ARCH_REQUIRE_GPIOLIB
151         select COMMON_CLK_VERSATILE
152         select POWER_RESET_VEXPRESS
153         select VEXPRESS_CONFIG
154         help
155           This enables support for the ARMv8 software model (Versatile
156           Express).
157
158 config ARCH_VULCAN
159         bool "Broadcom Vulcan SOC Family"
160         help
161           This enables support for Broadcom Vulcan SoC Family
162
163 config ARCH_XGENE
164         bool "AppliedMicro X-Gene SOC Family"
165         help
166           This enables support for AppliedMicro X-Gene SOC Family
167
168 config ARCH_ZYNQMP
169         bool "Xilinx ZynqMP Family"
170         help
171           This enables support for Xilinx ZynqMP Family
172
173 endmenu