Kconfig.platforms (63747d3c27e283d0d0a035c71f461c8c6cc31364) Kconfig.platforms (56aaafb6b72f3357dac78a85cdbb5a6fc7aa40b3)
1menu "Platform selection"
2
3config ARCH_BCM_IPROC
4 bool "Broadcom iProc SoC Family"
5 help
6 This enables support for Broadcom iProc based SoCs
7
8config ARCH_BERLIN

--- 53 unchanged lines hidden (view full) ---

62 This enables support for the ARMv8 based Rockchip chipsets,
63 like the RK3368.
64
65config ARCH_SEATTLE
66 bool "AMD Seattle SoC Family"
67 help
68 This enables support for AMD Seattle SOC Family
69
1menu "Platform selection"
2
3config ARCH_BCM_IPROC
4 bool "Broadcom iProc SoC Family"
5 help
6 This enables support for Broadcom iProc based SoCs
7
8config ARCH_BERLIN

--- 53 unchanged lines hidden (view full) ---

62 This enables support for the ARMv8 based Rockchip chipsets,
63 like the RK3368.
64
65config ARCH_SEATTLE
66 bool "AMD Seattle SoC Family"
67 help
68 This enables support for AMD Seattle SOC Family
69
70config ARCH_SHMOBILE
71 bool
72
73config ARCH_RENESAS
74 bool "Renesas SoC Platforms"
75 select ARCH_SHMOBILE
76 select PINCTRL
77 select PM_GENERIC_DOMAINS if PM
78 help
79 This enables support for the ARMv8 based Renesas SoCs.
80
81config ARCH_R8A7795
82 bool "Renesas R-Car H3 SoC Platform"
83 depends on ARCH_RENESAS
84 help
85 This enables support for the Renesas R-Car H3 SoC.
86
87config ARCH_STRATIX10
88 bool "Altera's Stratix 10 SoCFPGA Family"
89 help
90 This enables support for Altera's Stratix 10 SoCFPGA Family.
91
92config ARCH_TEGRA
93 bool "NVIDIA Tegra SoC Family"
94 select ARCH_HAS_RESET_CONTROLLER

--- 25 unchanged lines hidden (view full) ---

120 help
121 Support for Spreadtrum ARM based SoCs
122
123config ARCH_THUNDER
124 bool "Cavium Inc. Thunder SoC Family"
125 help
126 This enables support for Cavium's Thunder Family of SoCs.
127
70config ARCH_STRATIX10
71 bool "Altera's Stratix 10 SoCFPGA Family"
72 help
73 This enables support for Altera's Stratix 10 SoCFPGA Family.
74
75config ARCH_TEGRA
76 bool "NVIDIA Tegra SoC Family"
77 select ARCH_HAS_RESET_CONTROLLER

--- 25 unchanged lines hidden (view full) ---

103 help
104 Support for Spreadtrum ARM based SoCs
105
106config ARCH_THUNDER
107 bool "Cavium Inc. Thunder SoC Family"
108 help
109 This enables support for Cavium's Thunder Family of SoCs.
110
111config ARCH_UNIPHIER
112 bool "Socionext UniPhier SoC Family"
113 select PINCTRL
114 help
115 This enables support for Socionext UniPhier SoC family.
116
128config ARCH_VEXPRESS
129 bool "ARMv8 software model (Versatile Express)"
130 select ARCH_REQUIRE_GPIOLIB
131 select COMMON_CLK_VERSATILE
132 select POWER_RESET_VEXPRESS
133 select VEXPRESS_CONFIG
134 help
135 This enables support for the ARMv8 software model (Versatile

--- 13 unchanged lines hidden ---
117config ARCH_VEXPRESS
118 bool "ARMv8 software model (Versatile Express)"
119 select ARCH_REQUIRE_GPIOLIB
120 select COMMON_CLK_VERSATILE
121 select POWER_RESET_VEXPRESS
122 select VEXPRESS_CONFIG
123 help
124 This enables support for the ARMv8 software model (Versatile

--- 13 unchanged lines hidden ---