Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman...
[cascardo/linux.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 MVEBU_ODMI
80         help
81           This enables support for Marvell EBU familly, including:
82            - Armada 3700 SoC Family
83            - Armada 7K SoC Family
84            - Armada 8K SoC Family
85
86 config ARCH_QCOM
87         bool "Qualcomm Platforms"
88         select PINCTRL
89         help
90           This enables support for the ARMv8 based Qualcomm chipsets.
91
92 config ARCH_ROCKCHIP
93         bool "Rockchip Platforms"
94         select ARCH_HAS_RESET_CONTROLLER
95         select ARCH_REQUIRE_GPIOLIB
96         select PINCTRL
97         select PINCTRL_ROCKCHIP
98         select ROCKCHIP_TIMER
99         help
100           This enables support for the ARMv8 based Rockchip chipsets,
101           like the RK3368.
102
103 config ARCH_SEATTLE
104         bool "AMD Seattle SoC Family"
105         help
106           This enables support for AMD Seattle SOC Family
107
108 config ARCH_SHMOBILE
109         bool
110
111 config ARCH_RENESAS
112         bool "Renesas SoC Platforms"
113         select ARCH_SHMOBILE
114         select PINCTRL
115         select PM
116         select PM_GENERIC_DOMAINS
117         select RENESAS_IRQC
118         help
119           This enables support for the ARMv8 based Renesas SoCs.
120
121 config ARCH_R8A7795
122         bool "Renesas R-Car H3 SoC Platform"
123         depends on ARCH_RENESAS
124         help
125           This enables support for the Renesas R-Car H3 SoC.
126
127 config ARCH_STRATIX10
128         bool "Altera's Stratix 10 SoCFPGA Family"
129         help
130           This enables support for Altera's Stratix 10 SoCFPGA Family.
131
132 config ARCH_TEGRA
133         bool "NVIDIA Tegra SoC Family"
134         select ARCH_HAS_RESET_CONTROLLER
135         select ARCH_REQUIRE_GPIOLIB
136         select CLKDEV_LOOKUP
137         select CLKSRC_MMIO
138         select CLKSRC_OF
139         select GENERIC_CLOCKEVENTS
140         select HAVE_CLK
141         select PINCTRL
142         select RESET_CONTROLLER
143         help
144           This enables support for the NVIDIA Tegra SoC family.
145
146 config ARCH_SPRD
147         bool "Spreadtrum SoC platform"
148         help
149           Support for Spreadtrum ARM based SoCs
150
151 config ARCH_THUNDER
152         bool "Cavium Inc. Thunder SoC Family"
153         help
154           This enables support for Cavium's Thunder Family of SoCs.
155
156 config ARCH_UNIPHIER
157         bool "Socionext UniPhier SoC Family"
158         select PINCTRL
159         help
160           This enables support for Socionext UniPhier SoC family.
161
162 config ARCH_VEXPRESS
163         bool "ARMv8 software model (Versatile Express)"
164         select ARCH_REQUIRE_GPIOLIB
165         select COMMON_CLK_VERSATILE
166         select POWER_RESET_VEXPRESS
167         select VEXPRESS_CONFIG
168         help
169           This enables support for the ARMv8 software model (Versatile
170           Express).
171
172 config ARCH_VULCAN
173         bool "Broadcom Vulcan SOC Family"
174         help
175           This enables support for Broadcom Vulcan SoC Family
176
177 config ARCH_XGENE
178         bool "AppliedMicro X-Gene SOC Family"
179         help
180           This enables support for AppliedMicro X-Gene SOC Family
181
182 config ARCH_ZYNQMP
183         bool "Xilinx ZynqMP Family"
184         help
185           This enables support for Xilinx ZynqMP Family
186
187 endmenu