Kconfig.platforms (9855b3db5121a3900f43e9392285b44b71247adc) Kconfig.platforms (706cffc1b912342668e621526c860fb093dfc2d5)
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

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

86 bool "Hisilicon SoC Family"
87 select ARM_TIMER_SP804
88 select HISILICON_IRQ_MBIGEN if PCI
89 select PINCTRL
90 help
91 This enables support for Hisilicon ARMv8 SoC family
92
93config ARCH_MEDIATEK
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

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

86 bool "Hisilicon SoC Family"
87 select ARM_TIMER_SP804
88 select HISILICON_IRQ_MBIGEN if PCI
89 select PINCTRL
90 help
91 This enables support for Hisilicon ARMv8 SoC family
92
93config ARCH_MEDIATEK
94 bool "MediaTek SoC Family"
94 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
95 select ARM_GIC
96 select PINCTRL
97 select MTK_TIMER
98 help
95 select ARM_GIC
96 select PINCTRL
97 select MTK_TIMER
98 help
99 This enables support for MediaTek MT27xx, MT65xx, MT76xx
100 & MT81xx ARMv8 SoCs
99 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
101
102config ARCH_MESON
103 bool "Amlogic Platforms"
104 select PINCTRL
105 select PINCTRL_MESON
106 select COMMON_CLK_AMLOGIC
107 select COMMON_CLK_GXBB
108 help

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

157config ARCH_SEATTLE
158 bool "AMD Seattle SoC Family"
159 help
160 This enables support for AMD Seattle SOC Family
161
162config ARCH_SHMOBILE
163 bool
164
100
101config ARCH_MESON
102 bool "Amlogic Platforms"
103 select PINCTRL
104 select PINCTRL_MESON
105 select COMMON_CLK_AMLOGIC
106 select COMMON_CLK_GXBB
107 help

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

156config ARCH_SEATTLE
157 bool "AMD Seattle SoC Family"
158 help
159 This enables support for AMD Seattle SOC Family
160
161config ARCH_SHMOBILE
162 bool
163
164config ARCH_SYNQUACER
165 bool "Socionext SynQuacer SoC Family"
166
165config ARCH_RENESAS
166 bool "Renesas SoC Platforms"
167 select ARCH_SHMOBILE
168 select PINCTRL
169 select PM
170 select PM_GENERIC_DOMAINS
171 select RENESAS_IRQC
172 select SOC_BUS

--- 97 unchanged lines hidden ---
167config ARCH_RENESAS
168 bool "Renesas SoC Platforms"
169 select ARCH_SHMOBILE
170 select PINCTRL
171 select PM
172 select PM_GENERIC_DOMAINS
173 select RENESAS_IRQC
174 select SOC_BUS

--- 97 unchanged lines hidden ---