Kconfig.platforms (fbac1c81e2591c5d1e5abd9a4477002f2afd0ab4) | Kconfig.platforms (36b7c5831d7d5af6fc679f95b288ddf480e01e77) |
---|---|
1menu "Platform selection" 2 | 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 |
|
3config ARCH_EXYNOS 4 bool 5 help 6 This enables support for Samsung Exynos SoC family 7 8config ARCH_EXYNOS7 9 bool "ARMv8 based Samsung Exynos7" 10 select ARCH_EXYNOS --- 104 unchanged lines hidden --- | 8config ARCH_EXYNOS 9 bool 10 help 11 This enables support for Samsung Exynos SoC family 12 13config ARCH_EXYNOS7 14 bool "ARMv8 based Samsung Exynos7" 15 select ARCH_EXYNOS --- 104 unchanged lines hidden --- |