OSDN Git Service

s390/cpum_sf: Adjust sampling interval to avoid hitting sample limits
[sagit-ice-cold/kernel_xiaomi_msm8998.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         help
13           This enables support for Marvell Berlin SoC Family
14
15 config ARCH_EXYNOS
16         bool
17         help
18           This enables support for Samsung Exynos SoC family
19
20 config ARCH_EXYNOS7
21         bool "ARMv8 based Samsung Exynos7"
22         select ARCH_EXYNOS
23         select COMMON_CLK_SAMSUNG
24         select HAVE_S3C2410_WATCHDOG if WATCHDOG
25         select HAVE_S3C_RTC if RTC_CLASS
26         select PINCTRL
27         select PINCTRL_EXYNOS
28
29         help
30           This enables support for Samsung Exynos7 SoC family
31
32 config ARCH_LAYERSCAPE
33         bool "ARMv8 based Freescale Layerscape SoC family"
34         help
35           This enables support for the Freescale Layerscape SoC family.
36
37 config ARCH_HISI
38         bool "Hisilicon SoC Family"
39         help
40           This enables support for Hisilicon ARMv8 SoC family
41
42 config ARCH_MEDIATEK
43         bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
44         select ARM_GIC
45         select PINCTRL
46         help
47           Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
48
49 config ARCH_QCOM
50         bool "Qualcomm Platforms"
51         select PINCTRL
52         help
53           This enables support for the ARMv8 based Qualcomm chipsets.
54
55 config ARCH_ROCKCHIP
56         bool "Rockchip Platforms"
57         select ARCH_HAS_RESET_CONTROLLER
58         select ARCH_REQUIRE_GPIOLIB
59         select PINCTRL
60         select PINCTRL_ROCKCHIP
61         help
62           This enables support for the ARMv8 based Rockchip chipsets,
63           like the RK3368.
64
65 config ARCH_SEATTLE
66         bool "AMD Seattle SoC Family"
67         help
68           This enables support for AMD Seattle SOC Family
69
70 config ARCH_STRATIX10
71         bool "Altera's Stratix 10 SoCFPGA Family"
72         help
73           This enables support for Altera's Stratix 10 SoCFPGA Family.
74
75 config ARCH_TEGRA
76         bool "NVIDIA Tegra SoC Family"
77         select ARCH_HAS_RESET_CONTROLLER
78         select ARCH_REQUIRE_GPIOLIB
79         select CLKDEV_LOOKUP
80         select CLKSRC_MMIO
81         select CLKSRC_OF
82         select GENERIC_CLOCKEVENTS
83         select HAVE_CLK
84         select PINCTRL
85         select RESET_CONTROLLER
86         help
87           This enables support for the NVIDIA Tegra SoC family.
88
89 config ARCH_TEGRA_132_SOC
90         bool "NVIDIA Tegra132 SoC"
91         depends on ARCH_TEGRA
92         select PINCTRL_TEGRA124
93         help
94           Enable support for NVIDIA Tegra132 SoC, based on the Denver
95           ARMv8 CPU.  The Tegra132 SoC is similar to the Tegra124 SoC,
96           but contains an NVIDIA Denver CPU complex in place of
97           Tegra124's "4+1" Cortex-A15 CPU complex.
98
99 config ARCH_SPRD
100         bool "Spreadtrum SoC platform"
101         help
102           Support for Spreadtrum ARM based SoCs
103
104 config ARCH_THUNDER
105         bool "Cavium Inc. Thunder SoC Family"
106         help
107           This enables support for Cavium's Thunder Family of SoCs.
108
109 config ARCH_VEXPRESS
110         bool "ARMv8 software model (Versatile Express)"
111         select ARCH_REQUIRE_GPIOLIB
112         select COMMON_CLK_VERSATILE
113         select POWER_RESET_VEXPRESS
114         select VEXPRESS_CONFIG
115         help
116           This enables support for the ARMv8 software model (Versatile
117           Express).
118
119 config ARCH_XGENE
120         bool "AppliedMicro X-Gene SOC Family"
121         help
122           This enables support for AppliedMicro X-Gene SOC Family
123
124 config ARCH_ZYNQMP
125         bool "Xilinx ZynqMP Family"
126         help
127           This enables support for Xilinx ZynqMP Family
128
129 endmenu