blob: fdfd526871dcaeb2f29cc28b5fb5ae1259fd9c0c [file] [log] [blame]
Olof Johanssoneed6b3e2015-07-15 07:10:21 -04001menu "Platform selection"
2
Ray Jui36b7c582015-07-27 15:42:20 -07003config ARCH_BCM_IPROC
4 bool "Broadcom iProc SoC Family"
5 help
6 This enables support for Broadcom iProc based SoCs
7
Jisheng Zhangdd40fd92015-08-03 21:24:45 +02008config ARCH_BERLIN
9 bool "Marvell Berlin SoC Family"
Jisheng Zhangc582fbf2015-09-18 21:47:37 +080010 select ARCH_REQUIRE_GPIOLIB
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020011 select DW_APB_ICTL
Jisheng Zhang75d8e1b2015-10-16 15:37:09 +080012 select PINCTRL
Jisheng Zhangdd40fd92015-08-03 21:24:45 +020013 help
14 This enables support for Marvell Berlin SoC Family
15
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040016config ARCH_EXYNOS
17 bool
18 help
19 This enables support for Samsung Exynos SoC family
20
21config ARCH_EXYNOS7
22 bool "ARMv8 based Samsung Exynos7"
23 select ARCH_EXYNOS
24 select COMMON_CLK_SAMSUNG
25 select HAVE_S3C2410_WATCHDOG if WATCHDOG
26 select HAVE_S3C_RTC if RTC_CLASS
27 select PINCTRL
28 select PINCTRL_EXYNOS
29
30 help
31 This enables support for Samsung Exynos7 SoC family
32
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053033config ARCH_LAYERSCAPE
34 bool "ARMv8 based Freescale Layerscape SoC family"
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040035 help
Bhupesh Sharma53a5fde2015-10-24 01:01:50 +053036 This enables support for the Freescale Layerscape SoC family.
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040037
38config ARCH_HISI
39 bool "Hisilicon SoC Family"
MaJundd17a3c2016-03-23 17:06:32 +080040 select HISILICON_IRQ_MBIGEN
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040041 help
42 This enables support for Hisilicon ARMv8 SoC family
43
44config ARCH_MEDIATEK
45 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
46 select ARM_GIC
47 select PINCTRL
Yingjoe Chenc050b452015-10-02 23:05:18 +080048 select MTK_TIMER
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040049 help
50 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
51
52config ARCH_QCOM
53 bool "Qualcomm Platforms"
54 select PINCTRL
55 help
56 This enables support for the ARMv8 based Qualcomm chipsets.
57
Heiko Stübnerfbac1c82015-07-17 00:33:51 +020058config ARCH_ROCKCHIP
59 bool "Rockchip Platforms"
60 select ARCH_HAS_RESET_CONTROLLER
61 select ARCH_REQUIRE_GPIOLIB
62 select PINCTRL
63 select PINCTRL_ROCKCHIP
64 help
65 This enables support for the ARMv8 based Rockchip chipsets,
66 like the RK3368.
67
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040068config ARCH_SEATTLE
69 bool "AMD Seattle SoC Family"
70 help
71 This enables support for AMD Seattle SOC Family
72
Simon Horman26a7e062015-11-17 02:42:32 +090073config ARCH_SHMOBILE
74 bool
75
76config ARCH_RENESAS
77 bool "Renesas SoC Platforms"
78 select ARCH_SHMOBILE
79 select PINCTRL
80 select PM_GENERIC_DOMAINS if PM
81 help
82 This enables support for the ARMv8 based Renesas SoCs.
83
84config ARCH_R8A7795
85 bool "Renesas R-Car H3 SoC Platform"
86 depends on ARCH_RENESAS
87 help
88 This enables support for the Renesas R-Car H3 SoC.
89
Dinh Nguyen78cd6a92015-08-04 23:25:50 -050090config ARCH_STRATIX10
91 bool "Altera's Stratix 10 SoCFPGA Family"
92 help
93 This enables support for Altera's Stratix 10 SoCFPGA Family.
94
Olof Johanssoneed6b3e2015-07-15 07:10:21 -040095config ARCH_TEGRA
96 bool "NVIDIA Tegra SoC Family"
97 select ARCH_HAS_RESET_CONTROLLER
98 select ARCH_REQUIRE_GPIOLIB
99 select CLKDEV_LOOKUP
100 select CLKSRC_MMIO
101 select CLKSRC_OF
102 select GENERIC_CLOCKEVENTS
103 select HAVE_CLK
104 select PINCTRL
105 select RESET_CONTROLLER
106 help
107 This enables support for the NVIDIA Tegra SoC family.
108
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400109config ARCH_SPRD
110 bool "Spreadtrum SoC platform"
111 help
112 Support for Spreadtrum ARM based SoCs
113
114config ARCH_THUNDER
115 bool "Cavium Inc. Thunder SoC Family"
116 help
117 This enables support for Cavium's Thunder Family of SoCs.
118
Masahiro Yamada56aaafb2015-11-24 18:08:28 +0900119config ARCH_UNIPHIER
120 bool "Socionext UniPhier SoC Family"
121 select PINCTRL
122 help
123 This enables support for Socionext UniPhier SoC family.
124
Olof Johanssoneed6b3e2015-07-15 07:10:21 -0400125config ARCH_VEXPRESS
126 bool "ARMv8 software model (Versatile Express)"
127 select ARCH_REQUIRE_GPIOLIB
128 select COMMON_CLK_VERSATILE
129 select POWER_RESET_VEXPRESS
130 select VEXPRESS_CONFIG
131 help
132 This enables support for the ARMv8 software model (Versatile
133 Express).
134
135config ARCH_XGENE
136 bool "AppliedMicro X-Gene SOC Family"
137 help
138 This enables support for AppliedMicro X-Gene SOC Family
139
140config ARCH_ZYNQMP
141 bool "Xilinx ZynqMP Family"
142 help
143 This enables support for Xilinx ZynqMP Family
144
145endmenu