2015-07-15 07:10:21 -04:00
menu "Platform selection"
2015-12-22 12:27:47 +00:00
config ARCH_SUNXI
bool "Allwinner sunxi 64-bit SoC Family"
2016-05-09 23:37:35 +01:00
select GENERIC_IRQ_CHIP
2016-08-08 18:21:43 +01:00
select PINCTRL
2015-12-22 12:27:47 +00:00
help
This enables support for Allwinner sunxi based SoCs like the A64.
2016-02-25 11:14:51 +01:00
config ARCH_ALPINE
bool "Annapurna Labs Alpine platform"
2016-08-03 15:29:33 +01:00
select ALPINE_MSI if PCI
2016-02-25 11:14:51 +01:00
help
This enables support for the Annapurna Labs Alpine
Soc family.
2016-06-03 08:18:23 +02:00
config ARCH_BCM2835
bool "Broadcom BCM2835 family"
select CLKSRC_OF
2016-04-19 11:08:07 +02:00
select GPIOLIB
2016-06-03 08:18:23 +02:00
select PINCTRL
select PINCTRL_BCM2835
select ARM_AMBA
select ARM_TIMER_SP804
select HAVE_ARM_ARCH_TIMER
help
This enables support for the Broadcom BCM2837 SoC.
This SoC is used in the Raspberry Pi 3 device.
2015-07-27 15:42:20 -07:00
config ARCH_BCM_IPROC
bool "Broadcom iProc SoC Family"
2016-02-10 11:40:46 +05:30
select COMMON_CLK_IPROC
2016-04-19 11:08:07 +02:00
select GPIOLIB
2016-02-10 11:40:46 +05:30
select PINCTRL
2015-07-27 15:42:20 -07:00
help
This enables support for Broadcom iProc based SoCs
2015-08-03 21:24:45 +02:00
config ARCH_BERLIN
bool "Marvell Berlin SoC Family"
select DW_APB_ICTL
2016-04-19 11:08:07 +02:00
select GPIOLIB
2015-10-16 15:37:09 +08:00
select PINCTRL
2015-08-03 21:24:45 +02:00
help
This enables support for Marvell Berlin SoC Family
2016-06-29 12:49:34 -07:00
config ARCH_BRCMSTB
bool "Broadcom Set-Top-Box SoCs"
select BRCMSTB_L2_IRQ
select GENERIC_IRQ_CHIP
help
This enables support for Broadcom's ARMv8 Set Top Box SoCs
2015-07-15 07:10:21 -04:00
config ARCH_EXYNOS
2015-11-16 10:09:13 +09:00
bool "ARMv8 based Samsung Exynos SoC family"
2015-07-15 07:10:21 -04:00
select COMMON_CLK_SAMSUNG
2017-03-14 19:10:28 +02:00
select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
select EXYNOS_PMU
2015-07-15 07:10:21 -04:00
select HAVE_S3C2410_WATCHDOG if WATCHDOG
select HAVE_S3C_RTC if RTC_CLASS
select PINCTRL
select PINCTRL_EXYNOS
2016-05-10 16:30:54 +02:00
select SOC_SAMSUNG
2015-07-15 07:10:21 -04:00
help
2015-11-16 10:09:13 +09:00
This enables support for ARMv8 based Samsung Exynos SoC family.
2015-07-15 07:10:21 -04:00
2015-10-24 01:01:50 +05:30
config ARCH_LAYERSCAPE
bool "ARMv8 based Freescale Layerscape SoC family"
2016-08-23 15:14:03 -07:00
select EDAC_SUPPORT
2015-07-15 07:10:21 -04:00
help
2015-10-24 01:01:50 +05:30
This enables support for the Freescale Layerscape SoC family.
2015-07-15 07:10:21 -04:00
2016-04-11 20:54:44 +09:00
config ARCH_LG1K
bool "LG Electronics LG1K SoC Family"
help
This enables support for LG Electronics LG1K SoC Family
2015-07-15 07:10:21 -04:00
config ARCH_HISI
bool "Hisilicon SoC Family"
2016-01-21 18:53:48 +08:00
select ARM_TIMER_SP804
2016-08-03 15:29:34 +01:00
select HISILICON_IRQ_MBIGEN if PCI
2016-08-22 15:45:30 -07:00
select PINCTRL
2015-07-15 07:10:21 -04:00
help
This enables support for Hisilicon ARMv8 SoC family
config ARCH_MEDIATEK
bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
select ARM_GIC
select PINCTRL
2015-10-02 23:05:18 +08:00
select MTK_TIMER
2015-07-15 07:10:21 -04:00
help
Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
2016-03-02 03:34:56 +01:00
config ARCH_MESON
bool "Amlogic Platforms"
2016-05-02 10:02:17 +02:00
select PINCTRL
select PINCTRL_MESON
2016-06-22 19:12:22 -07:00
select COMMON_CLK_AMLOGIC
select COMMON_CLK_GXBB
2016-03-02 03:34:56 +01:00
help
This enables support for the Amlogic S905 SoCs.
2016-02-02 18:12:37 +01:00
config ARCH_MVEBU
bool "Marvell EBU SoC Family"
2016-04-26 09:58:29 +02:00
select ARMADA_AP806_SYSCON
select ARMADA_CP110_SYSCON
2016-06-10 15:23:29 +02:00
select ARMADA_37XX_CLK
2016-02-18 17:20:29 +01:00
select MVEBU_ODMI
2016-08-05 16:55:20 +02:00
select MVEBU_PIC
2016-02-02 18:12:37 +01:00
help
2016-02-18 17:20:29 +01:00
This enables support for Marvell EBU familly, including:
- Armada 3700 SoC Family
- Armada 7K SoC Family
- Armada 8K SoC Family
2016-02-02 18:12:37 +01:00
2015-07-15 07:10:21 -04:00
config ARCH_QCOM
bool "Qualcomm Platforms"
2016-10-21 10:56:08 -07:00
select GPIOLIB
2015-07-15 07:10:21 -04:00
select PINCTRL
help
This enables support for the ARMv8 based Qualcomm chipsets.
2015-07-17 00:33:51 +02:00
config ARCH_ROCKCHIP
bool "Rockchip Platforms"
select ARCH_HAS_RESET_CONTROLLER
2016-04-19 11:08:07 +02:00
select GPIOLIB
2015-07-17 00:33:51 +02:00
select PINCTRL
select PINCTRL_ROCKCHIP
2015-09-25 10:14:57 +08:00
select ROCKCHIP_TIMER
2015-07-17 00:33:51 +02:00
help
This enables support for the ARMv8 based Rockchip chipsets,
like the RK3368.
2015-07-15 07:10:21 -04:00
config ARCH_SEATTLE
bool "AMD Seattle SoC Family"
help
This enables support for AMD Seattle SOC Family
2015-11-17 02:42:32 +09:00
config ARCH_SHMOBILE
bool
config ARCH_RENESAS
bool "Renesas SoC Platforms"
select ARCH_SHMOBILE
select PINCTRL
2016-02-16 15:29:10 +01:00
select PM
select PM_GENERIC_DOMAINS
2016-02-16 11:26:53 +09:00
select RENESAS_IRQC
2016-11-14 19:37:08 +01:00
select SOC_BUS
2015-11-17 02:42:32 +09:00
help
This enables support for the ARMv8 based Renesas SoCs.
config ARCH_R8A7795
bool "Renesas R-Car H3 SoC Platform"
depends on ARCH_RENESAS
help
This enables support for the Renesas R-Car H3 SoC.
2016-05-24 10:54:38 +09:00
config ARCH_R8A7796
bool "Renesas R-Car M3-W SoC Platform"
depends on ARCH_RENESAS
help
This enables support for the Renesas R-Car M3-W SoC.
2015-08-04 23:25:50 -05:00
config ARCH_STRATIX10
bool "Altera's Stratix 10 SoCFPGA Family"
help
This enables support for Altera's Stratix 10 SoCFPGA Family.
2015-07-15 07:10:21 -04:00
config ARCH_TEGRA
bool "NVIDIA Tegra SoC Family"
select ARCH_HAS_RESET_CONTROLLER
select CLKDEV_LOOKUP
select CLKSRC_MMIO
select CLKSRC_OF
select GENERIC_CLOCKEVENTS
2016-04-19 11:08:07 +02:00
select GPIOLIB
2015-07-15 07:10:21 -04:00
select PINCTRL
2016-03-30 10:15:16 +01:00
select PM
select PM_GENERIC_DOMAINS
2015-07-15 07:10:21 -04:00
select RESET_CONTROLLER
help
This enables support for the NVIDIA Tegra SoC family.
config ARCH_SPRD
bool "Spreadtrum SoC platform"
help
Support for Spreadtrum ARM based SoCs
config ARCH_THUNDER
bool "Cavium Inc. Thunder SoC Family"
help
This enables support for Cavium's Thunder Family of SoCs.
2017-02-05 00:57:02 +00:00
config ARCH_THUNDER2
bool "Cavium ThunderX2 Server Processors"
select GPIOLIB
help
This enables support for Cavium's ThunderX2 CN99XX family of
server processors.
2015-11-24 18:08:28 +09:00
config ARCH_UNIPHIER
bool "Socionext UniPhier SoC Family"
2016-10-08 11:25:34 +09:00
select ARCH_HAS_RESET_CONTROLLER
2015-11-24 18:08:28 +09:00
select PINCTRL
help
This enables support for Socionext UniPhier SoC family.
2015-07-15 07:10:21 -04:00
config ARCH_VEXPRESS
bool "ARMv8 software model (Versatile Express)"
select COMMON_CLK_VERSATILE
2016-04-19 11:08:07 +02:00
select GPIOLIB
2016-06-20 15:56:09 +01:00
select PM
select PM_GENERIC_DOMAINS
2015-07-15 07:10:21 -04:00
select POWER_RESET_VEXPRESS
select VEXPRESS_CONFIG
help
This enables support for the ARMv8 software model (Versatile
Express).
2016-02-20 19:49:20 +05:30
config ARCH_VULCAN
bool "Broadcom Vulcan SOC Family"
2016-04-28 10:32:47 +05:30
select GPIOLIB
2016-02-20 19:49:20 +05:30
help
This enables support for Broadcom Vulcan SoC Family
2015-07-15 07:10:21 -04:00
config ARCH_XGENE
bool "AppliedMicro X-Gene SOC Family"
help
This enables support for AppliedMicro X-Gene SOC Family
2016-09-13 09:42:04 +08:00
config ARCH_ZX
bool "ZTE ZX SoC Family"
help
This enables support for ZTE ZX SoC Family
2015-07-15 07:10:21 -04:00
config ARCH_ZYNQMP
bool "Xilinx ZynqMP Family"
help
This enables support for Xilinx ZynqMP Family
endmenu