1eed6b3ebSOlof Johanssonmenu "Platform selection" 2eed6b3ebSOlof Johansson 3*36b7c583SRay Juiconfig ARCH_BCM_IPROC 4*36b7c583SRay Jui bool "Broadcom iProc SoC Family" 5*36b7c583SRay Jui help 6*36b7c583SRay Jui This enables support for Broadcom iProc based SoCs 7*36b7c583SRay Jui 8eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS 9eed6b3ebSOlof Johansson bool 10eed6b3ebSOlof Johansson help 11eed6b3ebSOlof Johansson This enables support for Samsung Exynos SoC family 12eed6b3ebSOlof Johansson 13eed6b3ebSOlof Johanssonconfig ARCH_EXYNOS7 14eed6b3ebSOlof Johansson bool "ARMv8 based Samsung Exynos7" 15eed6b3ebSOlof Johansson select ARCH_EXYNOS 16eed6b3ebSOlof Johansson select COMMON_CLK_SAMSUNG 17eed6b3ebSOlof Johansson select HAVE_S3C2410_WATCHDOG if WATCHDOG 18eed6b3ebSOlof Johansson select HAVE_S3C_RTC if RTC_CLASS 19eed6b3ebSOlof Johansson select PINCTRL 20eed6b3ebSOlof Johansson select PINCTRL_EXYNOS 21eed6b3ebSOlof Johansson 22eed6b3ebSOlof Johansson help 23eed6b3ebSOlof Johansson This enables support for Samsung Exynos7 SoC family 24eed6b3ebSOlof Johansson 25eed6b3ebSOlof Johanssonconfig ARCH_FSL_LS2085A 26eed6b3ebSOlof Johansson bool "Freescale LS2085A SOC" 27eed6b3ebSOlof Johansson help 28eed6b3ebSOlof Johansson This enables support for Freescale LS2085A SOC. 29eed6b3ebSOlof Johansson 30eed6b3ebSOlof Johanssonconfig ARCH_HISI 31eed6b3ebSOlof Johansson bool "Hisilicon SoC Family" 32eed6b3ebSOlof Johansson help 33eed6b3ebSOlof Johansson This enables support for Hisilicon ARMv8 SoC family 34eed6b3ebSOlof Johansson 35eed6b3ebSOlof Johanssonconfig ARCH_MEDIATEK 36eed6b3ebSOlof Johansson bool "Mediatek MT65xx & MT81xx ARMv8 SoC" 37eed6b3ebSOlof Johansson select ARM_GIC 38eed6b3ebSOlof Johansson select PINCTRL 39eed6b3ebSOlof Johansson help 40eed6b3ebSOlof Johansson Support for Mediatek MT65xx & MT81xx ARMv8 SoCs 41eed6b3ebSOlof Johansson 42eed6b3ebSOlof Johanssonconfig ARCH_QCOM 43eed6b3ebSOlof Johansson bool "Qualcomm Platforms" 44eed6b3ebSOlof Johansson select PINCTRL 45eed6b3ebSOlof Johansson help 46eed6b3ebSOlof Johansson This enables support for the ARMv8 based Qualcomm chipsets. 47eed6b3ebSOlof Johansson 48fbac1c81SHeiko Stübnerconfig ARCH_ROCKCHIP 49fbac1c81SHeiko Stübner bool "Rockchip Platforms" 50fbac1c81SHeiko Stübner select ARCH_HAS_RESET_CONTROLLER 51fbac1c81SHeiko Stübner select ARCH_REQUIRE_GPIOLIB 52fbac1c81SHeiko Stübner select PINCTRL 53fbac1c81SHeiko Stübner select PINCTRL_ROCKCHIP 54fbac1c81SHeiko Stübner help 55fbac1c81SHeiko Stübner This enables support for the ARMv8 based Rockchip chipsets, 56fbac1c81SHeiko Stübner like the RK3368. 57fbac1c81SHeiko Stübner 58eed6b3ebSOlof Johanssonconfig ARCH_SEATTLE 59eed6b3ebSOlof Johansson bool "AMD Seattle SoC Family" 60eed6b3ebSOlof Johansson help 61eed6b3ebSOlof Johansson This enables support for AMD Seattle SOC Family 62eed6b3ebSOlof Johansson 63eed6b3ebSOlof Johanssonconfig ARCH_TEGRA 64eed6b3ebSOlof Johansson bool "NVIDIA Tegra SoC Family" 65eed6b3ebSOlof Johansson select ARCH_HAS_RESET_CONTROLLER 66eed6b3ebSOlof Johansson select ARCH_REQUIRE_GPIOLIB 67eed6b3ebSOlof Johansson select CLKDEV_LOOKUP 68eed6b3ebSOlof Johansson select CLKSRC_MMIO 69eed6b3ebSOlof Johansson select CLKSRC_OF 70eed6b3ebSOlof Johansson select GENERIC_CLOCKEVENTS 71eed6b3ebSOlof Johansson select HAVE_CLK 72eed6b3ebSOlof Johansson select PINCTRL 73eed6b3ebSOlof Johansson select RESET_CONTROLLER 74eed6b3ebSOlof Johansson help 75eed6b3ebSOlof Johansson This enables support for the NVIDIA Tegra SoC family. 76eed6b3ebSOlof Johansson 77eed6b3ebSOlof Johanssonconfig ARCH_TEGRA_132_SOC 78eed6b3ebSOlof Johansson bool "NVIDIA Tegra132 SoC" 79eed6b3ebSOlof Johansson depends on ARCH_TEGRA 80eed6b3ebSOlof Johansson select PINCTRL_TEGRA124 81eed6b3ebSOlof Johansson select USB_ULPI if USB_PHY 82eed6b3ebSOlof Johansson select USB_ULPI_VIEWPORT if USB_PHY 83eed6b3ebSOlof Johansson help 84eed6b3ebSOlof Johansson Enable support for NVIDIA Tegra132 SoC, based on the Denver 85eed6b3ebSOlof Johansson ARMv8 CPU. The Tegra132 SoC is similar to the Tegra124 SoC, 86eed6b3ebSOlof Johansson but contains an NVIDIA Denver CPU complex in place of 87eed6b3ebSOlof Johansson Tegra124's "4+1" Cortex-A15 CPU complex. 88eed6b3ebSOlof Johansson 89eed6b3ebSOlof Johanssonconfig ARCH_SPRD 90eed6b3ebSOlof Johansson bool "Spreadtrum SoC platform" 91eed6b3ebSOlof Johansson help 92eed6b3ebSOlof Johansson Support for Spreadtrum ARM based SoCs 93eed6b3ebSOlof Johansson 94eed6b3ebSOlof Johanssonconfig ARCH_THUNDER 95eed6b3ebSOlof Johansson bool "Cavium Inc. Thunder SoC Family" 96eed6b3ebSOlof Johansson help 97eed6b3ebSOlof Johansson This enables support for Cavium's Thunder Family of SoCs. 98eed6b3ebSOlof Johansson 99eed6b3ebSOlof Johanssonconfig ARCH_VEXPRESS 100eed6b3ebSOlof Johansson bool "ARMv8 software model (Versatile Express)" 101eed6b3ebSOlof Johansson select ARCH_REQUIRE_GPIOLIB 102eed6b3ebSOlof Johansson select COMMON_CLK_VERSATILE 103eed6b3ebSOlof Johansson select POWER_RESET_VEXPRESS 104eed6b3ebSOlof Johansson select VEXPRESS_CONFIG 105eed6b3ebSOlof Johansson help 106eed6b3ebSOlof Johansson This enables support for the ARMv8 software model (Versatile 107eed6b3ebSOlof Johansson Express). 108eed6b3ebSOlof Johansson 109eed6b3ebSOlof Johanssonconfig ARCH_XGENE 110eed6b3ebSOlof Johansson bool "AppliedMicro X-Gene SOC Family" 111eed6b3ebSOlof Johansson help 112eed6b3ebSOlof Johansson This enables support for AppliedMicro X-Gene SOC Family 113eed6b3ebSOlof Johansson 114eed6b3ebSOlof Johanssonconfig ARCH_ZYNQMP 115eed6b3ebSOlof Johansson bool "Xilinx ZynqMP Family" 116eed6b3ebSOlof Johansson help 117eed6b3ebSOlof Johansson This enables support for Xilinx ZynqMP Family 118eed6b3ebSOlof Johansson 119eed6b3ebSOlof Johanssonendmenu 120