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