Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# SPEAr Platform configuration file
#

menuconfig CONFIG_PLAT_SPEAR
	bool "ST SPEAr Family"
	depends on CONFIG_ARCH_MULTI_V7 || CONFIG_ARCH_MULTI_V5
	select CONFIG_ARM_AMBA
	select CONFIG_CLKSRC_MMIO
	select CONFIG_GPIOLIB

if CONFIG_PLAT_SPEAR

config CONFIG_ARCH_SPEAR13XX
	bool "ST SPEAr13xx"
	depends on CONFIG_ARCH_MULTI_V7
	select CONFIG_ARM_GIC
	select CONFIG_GPIO_SPEAR_SPICS
	select CONFIG_HAVE_ARM_SCU if CONFIG_SMP
	select CONFIG_HAVE_ARM_TWD if CONFIG_SMP
	select CONFIG_PINCTRL
	select CONFIG_MFD_SYSCON
	help
	  Supports for CONFIG_ARM's SPEAR13XX family

if CONFIG_ARCH_SPEAR13XX

config CONFIG_MACH_SPEAR1310
	bool "SPEAr1310 Machine support with Device Tree"
	select CONFIG_PINCTRL_SPEAR1310
	select CONFIG_PHY_ST_SPEAR1310_MIPHY
	help
	  Supports ST SPEAr1310 machine configured via the device-tree

config CONFIG_MACH_SPEAR1340
	bool "SPEAr1340 Machine support with Device Tree"
	select CONFIG_PINCTRL_SPEAR1340
	select CONFIG_PHY_ST_SPEAR1340_MIPHY
	help
	  Supports ST SPEAr1340 machine configured via the device-tree

endif #CONFIG_ARCH_SPEAR13XX

config CONFIG_ARCH_SPEAR3XX
	bool "ST SPEAr3xx"
	depends on CONFIG_ARCH_MULTI_V5
	depends on !CONFIG_ARCH_SPEAR13XX
	select CONFIG_ARM_VIC
	select CONFIG_PINCTRL
	help
	  Supports for CONFIG_ARM's SPEAR3XX family

if CONFIG_ARCH_SPEAR3XX

config CONFIG_MACH_SPEAR300
	bool "SPEAr300 Machine support with Device Tree"
	select CONFIG_PINCTRL_SPEAR300
	help
	  Supports ST SPEAr300 machine configured via the device-tree

config CONFIG_MACH_SPEAR310
	bool "SPEAr310 Machine support with Device Tree"
	select CONFIG_PINCTRL_SPEAR310
	help
	  Supports ST SPEAr310 machine configured via the device-tree

config CONFIG_MACH_SPEAR320
	bool "SPEAr320 Machine support with Device Tree"
	select CONFIG_PINCTRL_SPEAR320
	help
	  Supports ST SPEAr320 machine configured via the device-tree

endif

config CONFIG_ARCH_SPEAR6XX
	bool "ST SPEAr6XX"
	depends on CONFIG_ARCH_MULTI_V5
	depends on !CONFIG_ARCH_SPEAR13XX
	select CONFIG_ARM_VIC
	help
	  Supports for CONFIG_ARM's SPEAR6XX family

config CONFIG_MACH_SPEAR600
	def_bool y
	depends on CONFIG_ARCH_SPEAR6XX
	help
	  Supports ST SPEAr600 boards configured via the device-tree

config CONFIG_ARCH_SPEAR_AUTO
	bool
	depends on !CONFIG_ARCH_SPEAR13XX && !CONFIG_ARCH_SPEAR6XX
	select CONFIG_ARCH_SPEAR3XX

endif