2015-07-15 07:10:21 -04:00
menu "Platform selection"
2017-02-14 22:22:09 +01:00
config ARCH_ACTIONS
bool "Actions Semi Platforms"
select OWL_TIMER
2018-04-04 22:52:51 +05:30
select PINCTRL
2017-02-14 22:22:09 +01:00
help
This enables support for the Actions Semiconductor S900 SoC family.
2015-12-22 12:27:47 +00:00
config ARCH_SUNXI
bool "Allwinner sunxi 64-bit SoC Family"
2017-04-18 15:55:51 +02:00
select ARCH_HAS_RESET_CONTROLLER
2016-05-09 23:37:35 +01:00
select GENERIC_IRQ_CHIP
2016-08-08 18:21:43 +01:00
select PINCTRL
2017-04-18 15:55:51 +02:00
select RESET_CONTROLLER
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"
2017-05-26 19:34:11 +02:00
select TIMER_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
2019-01-25 22:05:43 +05:30
config ARCH_BITMAIN
bool "Bitmain SoC Platforms"
help
This enables support for the Bitmain 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
2018-10-10 20:25:58 +02:00
select PM_GENERIC_DOMAINS if PM
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
2018-06-26 11:26:12 -05:00
config ARCH_K3
bool "Texas Instruments Inc. K3 multicore SoC architecture"
select PM_GENERIC_DOMAINS if PM
help
This enables support for Texas Instruments' K3 multicore SoC
architecture.
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
2017-10-19 17:52:54 +08:00
bool "MediaTek SoC Family"
2015-07-15 07:10:21 -04:00
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
2017-10-19 17:52:54 +08:00
This enables support for MediaTek MT27xx, MT65xx, MT76xx
& MT81xx ARMv8 SoCs
2015-07-15 07:10:21 -04:00
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_GXBB
2017-12-11 22:13:46 +08:00
select COMMON_CLK_AXG
2019-02-08 11:14:04 +01:00
select COMMON_CLK_G12A
2017-10-19 14:01:40 +02:00
select MESON_IRQ_GPIO
2016-03-02 03:34:56 +01:00
help
2019-02-08 11:14:04 +01:00
This enables support for the arm64 based Amlogic SoCs
such as the s905, S905X/D, S912, A113X/D or S905X/D2
2016-03-02 03:34:56 +01:00
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
2017-04-05 17:18:03 +02:00
select GPIOLIB
select GPIOLIB_IRQCHIP
2017-06-21 15:29:16 +02:00
select MVEBU_GICP
select MVEBU_ICU
2016-02-18 17:20:29 +01:00
select MVEBU_ODMI
2016-08-05 16:55:20 +02:00
select MVEBU_PIC
2018-10-01 16:13:52 +02:00
select MVEBU_SEI
2017-04-05 17:18:03 +02:00
select OF_GPIO
select PINCTRL
select PINCTRL_ARMADA_37XX
2017-06-12 17:34:55 +02:00
select PINCTRL_ARMADA_AP806
select PINCTRL_ARMADA_CP110
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
2018-12-09 14:26:06 +00:00
config ARCH_MXC
bool "ARMv8 based NXP i.MX SoC family"
select ARM64_ERRATUM_843419
2019-01-15 20:18:39 +01:00
select ARM64_ERRATUM_845719 if COMPAT
2019-01-25 17:20:34 +01:00
select IMX_GPCV2
2019-01-25 17:24:37 +01:00
select IMX_GPCV2_PM_DOMAINS
select PM
select PM_GENERIC_DOMAINS
2018-12-09 14:26:06 +00:00
help
This enables support for the ARMv8 based SoCs in the
NXP i.MX family.
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.
2017-02-13 19:45:05 +01:00
config ARCH_REALTEK
bool "Realtek Platforms"
help
This enables support for the ARMv8 based Realtek chipsets,
like the RTD1295.
2015-11-17 02:42:32 +09:00
config ARCH_RENESAS
bool "Renesas SoC Platforms"
2018-11-15 10:46:49 +01:00
select GPIOLIB
2015-11-17 02:42:32 +09:00
select PINCTRL
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.
2018-08-28 17:10:11 +02:00
config ARCH_ROCKCHIP
bool "Rockchip Platforms"
select ARCH_HAS_RESET_CONTROLLER
select GPIOLIB
select PINCTRL
select PINCTRL_ROCKCHIP
select PM
select ROCKCHIP_TIMER
help
This enables support for the ARMv8 based Rockchip chipsets,
like the RK3368.
config ARCH_SEATTLE
bool "AMD Seattle SoC Family"
help
This enables support for AMD Seattle SOC Family
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.
2018-08-28 17:10:11 +02:00
config ARCH_SYNQUACER
bool "Socionext SynQuacer SoC 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
2017-05-26 19:34:11 +02:00
select TIMER_OF
2015-07-15 07:10:21 -04:00
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
2018-06-25 12:34:45 +09:00
select RESET_CONTROLLER
2015-11-24 18:08:28 +09:00
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
2017-05-22 07:36:04 +00:00
def_bool n
2016-02-20 19:49:20 +05:30
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"
2017-08-09 14:18:50 +08:00
select PINCTRL
2016-09-13 09:42:04 +08:00
help
This enables support for ZTE ZX SoC Family
2015-07-15 07:10:21 -04:00
config ARCH_ZYNQMP
bool "Xilinx ZynqMP Family"
2018-09-12 12:38:36 -07:00
select ZYNQMP_FIRMWARE
2015-07-15 07:10:21 -04:00
help
This enables support for Xilinx ZynqMP Family
endmenu