Kconfig.platforms (a43e61842ec55baa486d60eed2a19af67ba78b9f) Kconfig.platforms (bb0eb050a577a866cb47c2dc37596f1207f4c2d9)
1menu "Platform selection"
2
3config ARCH_SUNXI
4 bool "Allwinner sunxi 64-bit SoC Family"
5 select ARCH_HAS_RESET_CONTROLLER
6 select GENERIC_IRQ_CHIP
7 select PINCTRL
8 select RESET_CONTROLLER

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

13 bool "Annapurna Labs Alpine platform"
14 select ALPINE_MSI if PCI
15 help
16 This enables support for the Annapurna Labs Alpine
17 Soc family.
18
19config ARCH_BCM2835
20 bool "Broadcom BCM2835 family"
1menu "Platform selection"
2
3config ARCH_SUNXI
4 bool "Allwinner sunxi 64-bit SoC Family"
5 select ARCH_HAS_RESET_CONTROLLER
6 select GENERIC_IRQ_CHIP
7 select PINCTRL
8 select RESET_CONTROLLER

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

13 bool "Annapurna Labs Alpine platform"
14 select ALPINE_MSI if PCI
15 help
16 This enables support for the Annapurna Labs Alpine
17 Soc family.
18
19config ARCH_BCM2835
20 bool "Broadcom BCM2835 family"
21 select CLKSRC_OF
21 select TIMER_OF
22 select GPIOLIB
23 select PINCTRL
24 select PINCTRL_BCM2835
25 select ARM_AMBA
26 select ARM_TIMER_SP804
27 select HAVE_ARM_ARCH_TIMER
28 help
29 This enables support for the Broadcom BCM2837 SoC.

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

173 help
174 This enables support for Altera's Stratix 10 SoCFPGA Family.
175
176config ARCH_TEGRA
177 bool "NVIDIA Tegra SoC Family"
178 select ARCH_HAS_RESET_CONTROLLER
179 select CLKDEV_LOOKUP
180 select CLKSRC_MMIO
22 select GPIOLIB
23 select PINCTRL
24 select PINCTRL_BCM2835
25 select ARM_AMBA
26 select ARM_TIMER_SP804
27 select HAVE_ARM_ARCH_TIMER
28 help
29 This enables support for the Broadcom BCM2837 SoC.

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

173 help
174 This enables support for Altera's Stratix 10 SoCFPGA Family.
175
176config ARCH_TEGRA
177 bool "NVIDIA Tegra SoC Family"
178 select ARCH_HAS_RESET_CONTROLLER
179 select CLKDEV_LOOKUP
180 select CLKSRC_MMIO
181 select CLKSRC_OF
181 select TIMER_OF
182 select GENERIC_CLOCKEVENTS
183 select GPIOLIB
184 select PINCTRL
185 select PM
186 select PM_GENERIC_DOMAINS
187 select RESET_CONTROLLER
188 help
189 This enables support for the NVIDIA Tegra SoC family.

--- 59 unchanged lines hidden ---
182 select GENERIC_CLOCKEVENTS
183 select GPIOLIB
184 select PINCTRL
185 select PM
186 select PM_GENERIC_DOMAINS
187 select RESET_CONTROLLER
188 help
189 This enables support for the NVIDIA Tegra SoC family.

--- 59 unchanged lines hidden ---