1menu "Platform selection" 2 3config ARCH_ACTIONS 4 bool "Actions Semi Platforms" 5 select OWL_TIMER 6 help 7 This enables support for the Actions Semiconductor S900 SoC family. 8 9config ARCH_SUNXI 10 bool "Allwinner sunxi 64-bit SoC Family" 11 select ARCH_HAS_RESET_CONTROLLER 12 select GENERIC_IRQ_CHIP 13 select PINCTRL 14 select RESET_CONTROLLER 15 help 16 This enables support for Allwinner sunxi based SoCs like the A64. 17 18config ARCH_ALPINE 19 bool "Annapurna Labs Alpine platform" 20 select ALPINE_MSI if PCI 21 help 22 This enables support for the Annapurna Labs Alpine 23 Soc family. 24 25config ARCH_BCM2835 26 bool "Broadcom BCM2835 family" 27 select TIMER_OF 28 select GPIOLIB 29 select PINCTRL 30 select PINCTRL_BCM2835 31 select ARM_AMBA 32 select ARM_TIMER_SP804 33 select HAVE_ARM_ARCH_TIMER 34 help 35 This enables support for the Broadcom BCM2837 SoC. 36 This SoC is used in the Raspberry Pi 3 device. 37 38config ARCH_BCM_IPROC 39 bool "Broadcom iProc SoC Family" 40 select COMMON_CLK_IPROC 41 select GPIOLIB 42 select PINCTRL 43 help 44 This enables support for Broadcom iProc based SoCs 45 46config ARCH_BERLIN 47 bool "Marvell Berlin SoC Family" 48 select DW_APB_ICTL 49 select GPIOLIB 50 select PINCTRL 51 help 52 This enables support for Marvell Berlin SoC Family 53 54config ARCH_BRCMSTB 55 bool "Broadcom Set-Top-Box SoCs" 56 select BRCMSTB_L2_IRQ 57 select GENERIC_IRQ_CHIP 58 help 59 This enables support for Broadcom's ARMv8 Set Top Box SoCs 60 61config ARCH_EXYNOS 62 bool "ARMv8 based Samsung Exynos SoC family" 63 select COMMON_CLK_SAMSUNG 64 select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS 65 select EXYNOS_PMU 66 select HAVE_S3C2410_WATCHDOG if WATCHDOG 67 select HAVE_S3C_RTC if RTC_CLASS 68 select PINCTRL 69 select PINCTRL_EXYNOS 70 select SOC_SAMSUNG 71 help 72 This enables support for ARMv8 based Samsung Exynos SoC family. 73 74config ARCH_K3 75 bool "Texas Instruments Inc. K3 multicore SoC architecture" 76 select PM_GENERIC_DOMAINS if PM 77 help 78 This enables support for Texas Instruments' K3 multicore SoC 79 architecture. 80 81config ARCH_LAYERSCAPE 82 bool "ARMv8 based Freescale Layerscape SoC family" 83 select EDAC_SUPPORT 84 help 85 This enables support for the Freescale Layerscape SoC family. 86 87config ARCH_LG1K 88 bool "LG Electronics LG1K SoC Family" 89 help 90 This enables support for LG Electronics LG1K SoC Family 91 92config ARCH_HISI 93 bool "Hisilicon SoC Family" 94 select ARM_TIMER_SP804 95 select HISILICON_IRQ_MBIGEN if PCI 96 select PINCTRL 97 help 98 This enables support for Hisilicon ARMv8 SoC family 99 100config ARCH_MEDIATEK 101 bool "MediaTek SoC Family" 102 select ARM_GIC 103 select PINCTRL 104 select MTK_TIMER 105 help 106 This enables support for MediaTek MT27xx, MT65xx, MT76xx 107 & MT81xx ARMv8 SoCs 108 109config ARCH_MESON 110 bool "Amlogic Platforms" 111 select PINCTRL 112 select PINCTRL_MESON 113 select COMMON_CLK_AMLOGIC 114 select COMMON_CLK_GXBB 115 select COMMON_CLK_AXG 116 select MESON_IRQ_GPIO 117 help 118 This enables support for the Amlogic S905 SoCs. 119 120config ARCH_MVEBU 121 bool "Marvell EBU SoC Family" 122 select ARMADA_AP806_SYSCON 123 select ARMADA_CP110_SYSCON 124 select ARMADA_37XX_CLK 125 select GPIOLIB 126 select GPIOLIB_IRQCHIP 127 select MVEBU_GICP 128 select MVEBU_ICU 129 select MVEBU_ODMI 130 select MVEBU_PIC 131 select OF_GPIO 132 select PINCTRL 133 select PINCTRL_ARMADA_37XX 134 select PINCTRL_ARMADA_AP806 135 select PINCTRL_ARMADA_CP110 136 help 137 This enables support for Marvell EBU familly, including: 138 - Armada 3700 SoC Family 139 - Armada 7K SoC Family 140 - Armada 8K SoC Family 141 142config ARCH_QCOM 143 bool "Qualcomm Platforms" 144 select GPIOLIB 145 select PINCTRL 146 help 147 This enables support for the ARMv8 based Qualcomm chipsets. 148 149config ARCH_REALTEK 150 bool "Realtek Platforms" 151 help 152 This enables support for the ARMv8 based Realtek chipsets, 153 like the RTD1295. 154 155config ARCH_ROCKCHIP 156 bool "Rockchip Platforms" 157 select ARCH_HAS_RESET_CONTROLLER 158 select GPIOLIB 159 select PINCTRL 160 select PINCTRL_ROCKCHIP 161 select ROCKCHIP_TIMER 162 help 163 This enables support for the ARMv8 based Rockchip chipsets, 164 like the RK3368. 165 166config ARCH_SEATTLE 167 bool "AMD Seattle SoC Family" 168 help 169 This enables support for AMD Seattle SOC Family 170 171config ARCH_SHMOBILE 172 bool 173 174config ARCH_SYNQUACER 175 bool "Socionext SynQuacer SoC Family" 176 177config ARCH_RENESAS 178 bool "Renesas SoC Platforms" 179 select ARCH_SHMOBILE 180 select PINCTRL 181 select PM 182 select PM_GENERIC_DOMAINS 183 select RENESAS_IRQC 184 select SOC_BUS 185 help 186 This enables support for the ARMv8 based Renesas SoCs. 187 188config ARCH_R8A7795 189 bool "Renesas R-Car H3 SoC Platform" 190 depends on ARCH_RENESAS 191 help 192 This enables support for the Renesas R-Car H3 SoC. 193 194config ARCH_R8A7796 195 bool "Renesas R-Car M3-W SoC Platform" 196 depends on ARCH_RENESAS 197 help 198 This enables support for the Renesas R-Car M3-W SoC. 199 200config ARCH_R8A77965 201 bool "Renesas R-Car M3-N SoC Platform" 202 depends on ARCH_RENESAS 203 help 204 This enables support for the Renesas R-Car M3-N SoC. 205 206config ARCH_R8A77970 207 bool "Renesas R-Car V3M SoC Platform" 208 depends on ARCH_RENESAS 209 help 210 This enables support for the Renesas R-Car V3M SoC. 211 212config ARCH_R8A77980 213 bool "Renesas R-Car V3H SoC Platform" 214 depends on ARCH_RENESAS 215 help 216 This enables support for the Renesas R-Car V3H SoC. 217 218config ARCH_R8A77990 219 bool "Renesas R-Car E3 SoC Platform" 220 depends on ARCH_RENESAS 221 help 222 This enables support for the Renesas R-Car E3 SoC. 223 224config ARCH_R8A77995 225 bool "Renesas R-Car D3 SoC Platform" 226 depends on ARCH_RENESAS 227 help 228 This enables support for the Renesas R-Car D3 SoC. 229 230config ARCH_STRATIX10 231 bool "Altera's Stratix 10 SoCFPGA Family" 232 help 233 This enables support for Altera's Stratix 10 SoCFPGA Family. 234 235config ARCH_TEGRA 236 bool "NVIDIA Tegra SoC Family" 237 select ARCH_HAS_RESET_CONTROLLER 238 select CLKDEV_LOOKUP 239 select CLKSRC_MMIO 240 select TIMER_OF 241 select GENERIC_CLOCKEVENTS 242 select GPIOLIB 243 select PINCTRL 244 select PM 245 select PM_GENERIC_DOMAINS 246 select RESET_CONTROLLER 247 help 248 This enables support for the NVIDIA Tegra SoC family. 249 250config ARCH_SPRD 251 bool "Spreadtrum SoC platform" 252 help 253 Support for Spreadtrum ARM based SoCs 254 255config ARCH_THUNDER 256 bool "Cavium Inc. Thunder SoC Family" 257 help 258 This enables support for Cavium's Thunder Family of SoCs. 259 260config ARCH_THUNDER2 261 bool "Cavium ThunderX2 Server Processors" 262 select GPIOLIB 263 help 264 This enables support for Cavium's ThunderX2 CN99XX family of 265 server processors. 266 267config ARCH_UNIPHIER 268 bool "Socionext UniPhier SoC Family" 269 select ARCH_HAS_RESET_CONTROLLER 270 select PINCTRL 271 help 272 This enables support for Socionext UniPhier SoC family. 273 274config ARCH_VEXPRESS 275 bool "ARMv8 software model (Versatile Express)" 276 select COMMON_CLK_VERSATILE 277 select GPIOLIB 278 select PM 279 select PM_GENERIC_DOMAINS 280 select POWER_RESET_VEXPRESS 281 select VEXPRESS_CONFIG 282 help 283 This enables support for the ARMv8 software model (Versatile 284 Express). 285 286config ARCH_VULCAN 287 def_bool n 288 289config ARCH_XGENE 290 bool "AppliedMicro X-Gene SOC Family" 291 help 292 This enables support for AppliedMicro X-Gene SOC Family 293 294config ARCH_ZX 295 bool "ZTE ZX SoC Family" 296 select PINCTRL 297 help 298 This enables support for ZTE ZX SoC Family 299 300config ARCH_ZYNQMP 301 bool "Xilinx ZynqMP Family" 302 help 303 This enables support for Xilinx ZynqMP Family 304 305endmenu 306