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 CONFIG_COMMON_CLK_VERSATILE
	bool "Clock driver for ARM Reference designs"
	depends on CONFIG_ARCH_INTEGRATOR || CONFIG_ARCH_REALVIEW || \
		CONFIG_ARCH_VERSATILE || CONFIG_ARCH_VEXPRESS || CONFIG_ARM64 || \
		CONFIG_COMPILE_TEST
	select CONFIG_REGMAP_MMIO
	---help---
          Supports clocking on CONFIG_ARM Reference designs:
	  - Integrator/AP and Integrator/CP
	  - RealView PB1176, EB, PB11MP and PBX
	  - Versatile Express

config CONFIG_CLK_SP810
	bool "Clock driver for ARM SP810 System Controller"
	depends on CONFIG_COMMON_CLK_VERSATILE
	default y if CONFIG_ARCH_VEXPRESS
	---help---
	  Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
	  of the CONFIG_ARM SP810 System Controller cell.

config CONFIG_CLK_VEXPRESS_OSC
	bool "Clock driver for Versatile Express OSC clock generators"
	depends on CONFIG_COMMON_CLK_VERSATILE
	depends on CONFIG_VEXPRESS_CONFIG
	default y if CONFIG_ARCH_VEXPRESS
	---help---
	  Simple regmap-based driver driving clock generators on Versatile
	  Express platforms hidden behind its configuration infrastructure,
	  commonly known as OSCs.