Merge tag 'v4.4-next-kconfig' of https://github.com/mbgg/linux-mediatek into next...
[cascardo/linux.git] / arch / arm64 / Kconfig.platforms
1 menu "Platform selection"
2
3 config ARCH_BCM_IPROC
4         bool "Broadcom iProc SoC Family"
5         help
6           This enables support for Broadcom iProc based SoCs
7
8 config ARCH_BERLIN
9         bool "Marvell Berlin SoC Family"
10         select ARCH_REQUIRE_GPIOLIB
11         select DW_APB_ICTL
12         select PINCTRL
13         help
14           This enables support for Marvell Berlin SoC Family
15
16 config ARCH_EXYNOS
17         bool
18         help
19           This enables support for Samsung Exynos SoC family
20
21 config 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
33 config ARCH_LAYERSCAPE
34         bool "ARMv8 based Freescale Layerscape SoC family"
35         help
36           This enables support for the Freescale Layerscape SoC family.
37
38 config ARCH_HISI
39         bool "Hisilicon SoC Family"
40         help
41           This enables support for Hisilicon ARMv8 SoC family
42
43 config ARCH_MEDIATEK
44         bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
45         select ARM_GIC
46         select PINCTRL
47         select MTK_TIMER
48         help
49           Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
50
51 config ARCH_QCOM
52         bool "Qualcomm Platforms"
53         select PINCTRL
54         help
55           This enables support for the ARMv8 based Qualcomm chipsets.
56
57 config ARCH_ROCKCHIP
58         bool "Rockchip Platforms"
59         select ARCH_HAS_RESET_CONTROLLER
60         select ARCH_REQUIRE_GPIOLIB
61         select PINCTRL
62         select PINCTRL_ROCKCHIP
63         help
64           This enables support for the ARMv8 based Rockchip chipsets,
65           like the RK3368.
66
67 config ARCH_SEATTLE
68         bool "AMD Seattle SoC Family"
69         help
70           This enables support for AMD Seattle SOC Family
71
72 config ARCH_STRATIX10
73         bool "Altera's Stratix 10 SoCFPGA Family"
74         help
75           This enables support for Altera's Stratix 10 SoCFPGA Family.
76
77 config ARCH_TEGRA
78         bool "NVIDIA Tegra SoC Family"
79         select ARCH_HAS_RESET_CONTROLLER
80         select ARCH_REQUIRE_GPIOLIB
81         select CLKDEV_LOOKUP
82         select CLKSRC_MMIO
83         select CLKSRC_OF
84         select GENERIC_CLOCKEVENTS
85         select HAVE_CLK
86         select PINCTRL
87         select RESET_CONTROLLER
88         help
89           This enables support for the NVIDIA Tegra SoC family.
90
91 config ARCH_TEGRA_132_SOC
92         bool "NVIDIA Tegra132 SoC"
93         depends on ARCH_TEGRA
94         select PINCTRL_TEGRA124
95         select USB_ULPI if USB_PHY
96         select USB_ULPI_VIEWPORT if USB_PHY
97         help
98           Enable support for NVIDIA Tegra132 SoC, based on the Denver
99           ARMv8 CPU.  The Tegra132 SoC is similar to the Tegra124 SoC,
100           but contains an NVIDIA Denver CPU complex in place of
101           Tegra124's "4+1" Cortex-A15 CPU complex.
102
103 config ARCH_SPRD
104         bool "Spreadtrum SoC platform"
105         help
106           Support for Spreadtrum ARM based SoCs
107
108 config ARCH_THUNDER
109         bool "Cavium Inc. Thunder SoC Family"
110         help
111           This enables support for Cavium's Thunder Family of SoCs.
112
113 config ARCH_UNIPHIER
114         bool "Socionext UniPhier SoC Family"
115         select PINCTRL
116         help
117           This enables support for Socionext UniPhier SoC family.
118
119 config ARCH_VEXPRESS
120         bool "ARMv8 software model (Versatile Express)"
121         select ARCH_REQUIRE_GPIOLIB
122         select COMMON_CLK_VERSATILE
123         select POWER_RESET_VEXPRESS
124         select VEXPRESS_CONFIG
125         help
126           This enables support for the ARMv8 software model (Versatile
127           Express).
128
129 config ARCH_XGENE
130         bool "AppliedMicro X-Gene SOC Family"
131         help
132           This enables support for AppliedMicro X-Gene SOC Family
133
134 config ARCH_ZYNQMP
135         bool "Xilinx ZynqMP Family"
136         help
137           This enables support for Xilinx ZynqMP Family
138
139 endmenu