arm64: marvell: enable Armada 3700 clock drivers
[deliverable/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 help
40 This enables support for ARMv8 based Samsung Exynos SoC family.
41
42 config ARCH_LAYERSCAPE
43 bool "ARMv8 based Freescale Layerscape SoC family"
44 help
45 This enables support for the Freescale Layerscape SoC family.
46
47 config ARCH_LG1K
48 bool "LG Electronics LG1K SoC Family"
49 help
50 This enables support for LG Electronics LG1K SoC Family
51
52 config ARCH_HISI
53 bool "Hisilicon SoC Family"
54 select ARM_TIMER_SP804
55 select HISILICON_IRQ_MBIGEN
56 help
57 This enables support for Hisilicon ARMv8 SoC family
58
59 config ARCH_MEDIATEK
60 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
61 select ARM_GIC
62 select PINCTRL
63 select MTK_TIMER
64 help
65 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
66
67 config ARCH_MESON
68 bool "Amlogic Platforms"
69 help
70 This enables support for the Amlogic S905 SoCs.
71
72 config ARCH_MVEBU
73 bool "Marvell EBU SoC Family"
74 select ARMADA_AP806_SYSCON
75 select ARMADA_CP110_SYSCON
76 select ARMADA_37XX_CLK
77 select MVEBU_ODMI
78 help
79 This enables support for Marvell EBU familly, including:
80 - Armada 3700 SoC Family
81 - Armada 7K SoC Family
82 - Armada 8K SoC Family
83
84 config ARCH_QCOM
85 bool "Qualcomm Platforms"
86 select PINCTRL
87 help
88 This enables support for the ARMv8 based Qualcomm chipsets.
89
90 config ARCH_ROCKCHIP
91 bool "Rockchip Platforms"
92 select ARCH_HAS_RESET_CONTROLLER
93 select ARCH_REQUIRE_GPIOLIB
94 select PINCTRL
95 select PINCTRL_ROCKCHIP
96 select ROCKCHIP_TIMER
97 help
98 This enables support for the ARMv8 based Rockchip chipsets,
99 like the RK3368.
100
101 config ARCH_SEATTLE
102 bool "AMD Seattle SoC Family"
103 help
104 This enables support for AMD Seattle SOC Family
105
106 config ARCH_SHMOBILE
107 bool
108
109 config ARCH_RENESAS
110 bool "Renesas SoC Platforms"
111 select ARCH_SHMOBILE
112 select PINCTRL
113 select PM
114 select PM_GENERIC_DOMAINS
115 select RENESAS_IRQC
116 help
117 This enables support for the ARMv8 based Renesas SoCs.
118
119 config ARCH_R8A7795
120 bool "Renesas R-Car H3 SoC Platform"
121 depends on ARCH_RENESAS
122 help
123 This enables support for the Renesas R-Car H3 SoC.
124
125 config ARCH_STRATIX10
126 bool "Altera's Stratix 10 SoCFPGA Family"
127 help
128 This enables support for Altera's Stratix 10 SoCFPGA Family.
129
130 config ARCH_TEGRA
131 bool "NVIDIA Tegra SoC Family"
132 select ARCH_HAS_RESET_CONTROLLER
133 select ARCH_REQUIRE_GPIOLIB
134 select CLKDEV_LOOKUP
135 select CLKSRC_MMIO
136 select CLKSRC_OF
137 select GENERIC_CLOCKEVENTS
138 select HAVE_CLK
139 select PINCTRL
140 select RESET_CONTROLLER
141 help
142 This enables support for the NVIDIA Tegra SoC family.
143
144 config ARCH_SPRD
145 bool "Spreadtrum SoC platform"
146 help
147 Support for Spreadtrum ARM based SoCs
148
149 config ARCH_THUNDER
150 bool "Cavium Inc. Thunder SoC Family"
151 help
152 This enables support for Cavium's Thunder Family of SoCs.
153
154 config ARCH_UNIPHIER
155 bool "Socionext UniPhier SoC Family"
156 select PINCTRL
157 help
158 This enables support for Socionext UniPhier SoC family.
159
160 config ARCH_VEXPRESS
161 bool "ARMv8 software model (Versatile Express)"
162 select ARCH_REQUIRE_GPIOLIB
163 select COMMON_CLK_VERSATILE
164 select POWER_RESET_VEXPRESS
165 select VEXPRESS_CONFIG
166 help
167 This enables support for the ARMv8 software model (Versatile
168 Express).
169
170 config ARCH_VULCAN
171 bool "Broadcom Vulcan SOC Family"
172 help
173 This enables support for Broadcom Vulcan SoC Family
174
175 config ARCH_XGENE
176 bool "AppliedMicro X-Gene SOC Family"
177 help
178 This enables support for AppliedMicro X-Gene SOC Family
179
180 config ARCH_ZYNQMP
181 bool "Xilinx ZynqMP Family"
182 help
183 This enables support for Xilinx ZynqMP Family
184
185 endmenu
This page took 0.035298 seconds and 6 git commands to generate.