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

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_CLK_ACTIONS
	bool "Clock driver for Actions Semi SoCs"
	depends on CONFIG_ARCH_ACTIONS || CONFIG_COMPILE_TEST
	select CONFIG_REGMAP_MMIO
	select CONFIG_RESET_CONTROLLER
	default CONFIG_ARCH_ACTIONS

if CONFIG_CLK_ACTIONS

# SoC Drivers

config CONFIG_CLK_OWL_S500
	bool "Support for the Actions Semi OWL S500 clocks"
	depends on CONFIG_ARCH_ACTIONS || CONFIG_COMPILE_TEST
	default CONFIG_ARCH_ACTIONS

config CONFIG_CLK_OWL_S700
	bool "Support for the Actions Semi OWL S700 clocks"
	depends on (CONFIG_ARM64 && CONFIG_ARCH_ACTIONS) || CONFIG_COMPILE_TEST
	default CONFIG_ARM64 && CONFIG_ARCH_ACTIONS

config CONFIG_CLK_OWL_S900
	bool "Support for the Actions Semi OWL S900 clocks"
	depends on (CONFIG_ARM64 && CONFIG_ARCH_ACTIONS) || CONFIG_COMPILE_TEST
	default CONFIG_ARM64 && CONFIG_ARCH_ACTIONS

endif