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

#
# CONFIG_ARM Versatile SoC drivers
#
config CONFIG_SOC_INTEGRATOR_CM
	bool "SoC bus device for the ARM Integrator platform core modules"
	depends on CONFIG_ARCH_INTEGRATOR
	select CONFIG_SOC_BUS
	help
	  Include support for the SoC bus on the CONFIG_ARM Integrator platform
	  core modules providing some sysfs information about the ASIC
	  variant.

config CONFIG_SOC_REALVIEW
	bool "SoC bus device for the ARM RealView platforms"
	depends on CONFIG_ARCH_REALVIEW
	select CONFIG_SOC_BUS
	help
	  Include support for the SoC bus on the CONFIG_ARM RealView platforms
	  providing some sysfs information about the ASIC variant.