Kconfig.platforms (9f30a04d768f64280dc0c40b730746e82f298d88) | Kconfig.platforms (78cd6a9d8e154fe2ac5d2b912519e27545cfd13b) |
---|---|
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 --- 52 unchanged lines hidden (view full) --- 61 This enables support for the ARMv8 based Rockchip chipsets, 62 like the RK3368. 63 64config ARCH_SEATTLE 65 bool "AMD Seattle SoC Family" 66 help 67 This enables support for AMD Seattle SOC Family 68 | 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 --- 52 unchanged lines hidden (view full) --- 61 This enables support for the ARMv8 based Rockchip chipsets, 62 like the RK3368. 63 64config ARCH_SEATTLE 65 bool "AMD Seattle SoC Family" 66 help 67 This enables support for AMD Seattle SOC Family 68 |
69config ARCH_STRATIX10 70 bool "Altera's Stratix 10 SoCFPGA Family" 71 help 72 This enables support for Altera's Stratix 10 SoCFPGA Family. 73 |
|
69config ARCH_TEGRA 70 bool "NVIDIA Tegra SoC Family" 71 select ARCH_HAS_RESET_CONTROLLER 72 select ARCH_REQUIRE_GPIOLIB 73 select CLKDEV_LOOKUP 74 select CLKSRC_MMIO 75 select CLKSRC_OF 76 select GENERIC_CLOCKEVENTS --- 49 unchanged lines hidden --- | 74config ARCH_TEGRA 75 bool "NVIDIA Tegra SoC Family" 76 select ARCH_HAS_RESET_CONTROLLER 77 select ARCH_REQUIRE_GPIOLIB 78 select CLKDEV_LOOKUP 79 select CLKSRC_MMIO 80 select CLKSRC_OF 81 select GENERIC_CLOCKEVENTS --- 49 unchanged lines hidden --- |