2015-07-15 14:10:21 +03:00
menu "Platform selection"
2017-02-15 00:22:09 +03:00
config ARCH_ACTIONS
bool "Actions Semi Platforms"
select OWL_TIMER
help
This enables support for the Actions Semiconductor S900 SoC family.
2015-12-22 15:27:47 +03:00
config ARCH_SUNXI
bool "Allwinner sunxi 64-bit SoC Family"
2017-04-18 16:55:51 +03:00
select ARCH_HAS_RESET_CONTROLLER
2016-05-10 01:37:35 +03:00
select GENERIC_IRQ_CHIP
2016-08-08 20:21:43 +03:00
select PINCTRL
2017-04-18 16:55:51 +03:00
select RESET_CONTROLLER
2015-12-22 15:27:47 +03:00
help
This enables support for Allwinner sunxi based SoCs like the A64.
2016-02-25 13:14:51 +03:00
config ARCH_ALPINE
bool "Annapurna Labs Alpine platform"
2016-08-03 17:29:33 +03:00
select ALPINE_MSI if PCI
2016-02-25 13:14:51 +03:00
help
This enables support for the Annapurna Labs Alpine
Soc family.
2016-06-03 09:18:23 +03:00
config ARCH_BCM2835
bool "Broadcom BCM2835 family"
2017-05-26 20:34:11 +03:00
select TIMER_OF
2016-04-19 12:08:07 +03:00
select GPIOLIB
2016-06-03 09:18:23 +03: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-28 01:42:20 +03:00
config ARCH_BCM_IPROC
bool "Broadcom iProc SoC Family"
2016-02-10 09:10:46 +03:00
select COMMON_CLK_IPROC
2016-04-19 12:08:07 +03:00
select GPIOLIB
2016-02-10 09:10:46 +03:00
select PINCTRL
2015-07-28 01:42:20 +03:00
help
This enables support for Broadcom iProc based SoCs
2015-08-03 22:24:45 +03:00
config ARCH_BERLIN
bool "Marvell Berlin SoC Family"
select DW_APB_ICTL
2016-04-19 12:08:07 +03:00
select GPIOLIB
2015-10-16 10:37:09 +03:00
select PINCTRL
2015-08-03 22:24:45 +03:00
help
This enables support for Marvell Berlin SoC Family
2016-06-29 22:49:34 +03: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 14:10:21 +03:00
config ARCH_EXYNOS
2015-11-16 04:09:13 +03:00
bool "ARMv8 based Samsung Exynos SoC family"
2015-07-15 14:10:21 +03:00
select COMMON_CLK_SAMSUNG
2017-03-14 20:10:28 +03:00
select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
select EXYNOS_PMU
2015-07-15 14:10:21 +03:00
select HAVE_S3C2410_WATCHDOG if WATCHDOG
select HAVE_S3C_RTC if RTC_CLASS
select PINCTRL
select PINCTRL_EXYNOS
2016-05-10 17:30:54 +03:00
select SOC_SAMSUNG
2015-07-15 14:10:21 +03:00
help
2015-11-16 04:09:13 +03:00
This enables support for ARMv8 based Samsung Exynos SoC family.
2015-07-15 14:10:21 +03:00
2015-10-23 22:31:50 +03:00
config ARCH_LAYERSCAPE
bool "ARMv8 based Freescale Layerscape SoC family"
2016-08-24 01:14:03 +03:00
select EDAC_SUPPORT
2015-07-15 14:10:21 +03:00
help
2015-10-23 22:31:50 +03:00
This enables support for the Freescale Layerscape SoC family.
2015-07-15 14:10:21 +03:00
2016-04-11 14:54:44 +03:00
config ARCH_LG1K
bool "LG Electronics LG1K SoC Family"
help
This enables support for LG Electronics LG1K SoC Family
2015-07-15 14:10:21 +03:00
config ARCH_HISI
bool "Hisilicon SoC Family"
2016-01-21 13:53:48 +03:00
select ARM_TIMER_SP804
2016-08-03 17:29:34 +03:00
select HISILICON_IRQ_MBIGEN if PCI
2016-08-23 01:45:30 +03:00
select PINCTRL
2015-07-15 14:10:21 +03:00
help
This enables support for Hisilicon ARMv8 SoC family
config ARCH_MEDIATEK
2017-10-19 12:52:54 +03:00
bool "MediaTek SoC Family"
2015-07-15 14:10:21 +03:00
select ARM_GIC
select PINCTRL
2015-10-02 18:05:18 +03:00
select MTK_TIMER
2015-07-15 14:10:21 +03:00
help
2017-10-19 12:52:54 +03:00
This enables support for MediaTek MT27xx, MT65xx, MT76xx
& MT81xx ARMv8 SoCs
2015-07-15 14:10:21 +03:00
2016-03-02 05:34:56 +03:00
config ARCH_MESON
bool "Amlogic Platforms"
2016-05-02 11:02:17 +03:00
select PINCTRL
select PINCTRL_MESON
2016-06-23 05:12:22 +03:00
select COMMON_CLK_AMLOGIC
select COMMON_CLK_GXBB
2017-10-19 15:01:40 +03:00
select MESON_IRQ_GPIO
2016-03-02 05:34:56 +03:00
help
This enables support for the Amlogic S905 SoCs.
2016-02-02 20:12:37 +03:00
config ARCH_MVEBU
bool "Marvell EBU SoC Family"
2016-04-26 10:58:29 +03:00
select ARMADA_AP806_SYSCON
select ARMADA_CP110_SYSCON
2016-06-10 16:23:29 +03:00
select ARMADA_37XX_CLK
2017-04-05 18:18:03 +03:00
select GPIOLIB
select GPIOLIB_IRQCHIP
2017-06-21 16:29:16 +03:00
select MVEBU_GICP
select MVEBU_ICU
2016-02-18 19:20:29 +03:00
select MVEBU_ODMI
2016-08-05 17:55:20 +03:00
select MVEBU_PIC
2017-04-05 18:18:03 +03:00
select OF_GPIO
select PINCTRL
select PINCTRL_ARMADA_37XX
2017-06-12 18:34:55 +03:00
select PINCTRL_ARMADA_AP806
select PINCTRL_ARMADA_CP110
2016-02-02 20:12:37 +03:00
help
2016-02-18 19:20:29 +03:00
This enables support for Marvell EBU familly, including:
- Armada 3700 SoC Family
- Armada 7K SoC Family
- Armada 8K SoC Family
2016-02-02 20:12:37 +03:00
2015-07-15 14:10:21 +03:00
config ARCH_QCOM
bool "Qualcomm Platforms"
2016-10-21 20:56:08 +03:00
select GPIOLIB
2015-07-15 14:10:21 +03:00
select PINCTRL
help
This enables support for the ARMv8 based Qualcomm chipsets.
2017-02-13 21:45:05 +03:00
config ARCH_REALTEK
bool "Realtek Platforms"
help
This enables support for the ARMv8 based Realtek chipsets,
like the RTD1295.
2015-07-17 01:33:51 +03:00
config ARCH_ROCKCHIP
bool "Rockchip Platforms"
select ARCH_HAS_RESET_CONTROLLER
2016-04-19 12:08:07 +03:00
select GPIOLIB
2015-07-17 01:33:51 +03:00
select PINCTRL
select PINCTRL_ROCKCHIP
2015-09-25 05:14:57 +03:00
select ROCKCHIP_TIMER
2015-07-17 01:33:51 +03:00
help
This enables support for the ARMv8 based Rockchip chipsets,
like the RK3368.
2015-07-15 14:10:21 +03:00
config ARCH_SEATTLE
bool "AMD Seattle SoC Family"
help
This enables support for AMD Seattle SOC Family
2015-11-16 20:42:32 +03:00
config ARCH_SHMOBILE
bool
2017-11-06 21:34:37 +03:00
config ARCH_SYNQUACER
bool "Socionext SynQuacer SoC Family"
2015-11-16 20:42:32 +03:00
config ARCH_RENESAS
bool "Renesas SoC Platforms"
select ARCH_SHMOBILE
select PINCTRL
2016-02-16 17:29:10 +03:00
select PM
select PM_GENERIC_DOMAINS
2016-02-16 05:26:53 +03:00
select RENESAS_IRQC
2016-11-14 21:37:08 +03:00
select SOC_BUS
2015-11-16 20:42:32 +03: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 04:54:38 +03: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.
2017-08-25 15:56:50 +03:00
config ARCH_R8A77970
bool "Renesas R-Car V3M SoC Platform"
depends on ARCH_RENESAS
help
This enables support for the Renesas R-Car V3M SoC.
2017-07-20 15:29:01 +03:00
config ARCH_R8A77995
bool "Renesas R-Car D3 SoC Platform"
depends on ARCH_RENESAS
help
This enables support for the Renesas R-Car D3 SoC.
2015-08-05 07:25:50 +03: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 14:10:21 +03:00
config ARCH_TEGRA
bool "NVIDIA Tegra SoC Family"
select ARCH_HAS_RESET_CONTROLLER
select CLKDEV_LOOKUP
select CLKSRC_MMIO
2017-05-26 20:34:11 +03:00
select TIMER_OF
2015-07-15 14:10:21 +03:00
select GENERIC_CLOCKEVENTS
2016-04-19 12:08:07 +03:00
select GPIOLIB
2015-07-15 14:10:21 +03:00
select PINCTRL
2016-03-30 12:15:16 +03:00
select PM
select PM_GENERIC_DOMAINS
2015-07-15 14:10:21 +03: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 03:57:02 +03: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 12:08:28 +03:00
config ARCH_UNIPHIER
bool "Socionext UniPhier SoC Family"
2016-10-08 05:25:34 +03:00
select ARCH_HAS_RESET_CONTROLLER
2015-11-24 12:08:28 +03:00
select PINCTRL
help
This enables support for Socionext UniPhier SoC family.
2015-07-15 14:10:21 +03:00
config ARCH_VEXPRESS
bool "ARMv8 software model (Versatile Express)"
select COMMON_CLK_VERSATILE
2016-04-19 12:08:07 +03:00
select GPIOLIB
2016-06-20 17:56:09 +03:00
select PM
select PM_GENERIC_DOMAINS
2015-07-15 14:10:21 +03:00
select POWER_RESET_VEXPRESS
select VEXPRESS_CONFIG
help
This enables support for the ARMv8 software model (Versatile
Express).
2016-02-20 17:19:20 +03:00
config ARCH_VULCAN
2017-05-22 10:36:04 +03:00
def_bool n
2016-02-20 17:19:20 +03:00
2015-07-15 14:10:21 +03:00
config ARCH_XGENE
bool "AppliedMicro X-Gene SOC Family"
help
This enables support for AppliedMicro X-Gene SOC Family
2016-09-13 04:42:04 +03:00
config ARCH_ZX
bool "ZTE ZX SoC Family"
2017-08-09 09:18:50 +03:00
select PINCTRL
2016-09-13 04:42:04 +03:00
help
This enables support for ZTE ZX SoC Family
2015-07-15 14:10:21 +03:00
config ARCH_ZYNQMP
bool "Xilinx ZynqMP Family"
help
This enables support for Xilinx ZynqMP Family
endmenu