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_SUNXI_CCU
	bool "Clock support for Allwinner SoCs"
	depends on CONFIG_ARCH_SUNXI || CONFIG_COMPILE_TEST
	select CONFIG_RESET_CONTROLLER
	default CONFIG_ARCH_SUNXI

if CONFIG_SUNXI_CCU

config CONFIG_SUNIV_F1C100S_CCU
	bool "Support for the Allwinner newer F1C100s CCU"
	default CONFIG_MACH_SUNIV
	depends on CONFIG_MACH_SUNIV || CONFIG_COMPILE_TEST

config CONFIG_SUN50I_A64_CCU
	bool "Support for the Allwinner A64 CCU"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	depends on (CONFIG_ARM64 && CONFIG_ARCH_SUNXI) || CONFIG_COMPILE_TEST

config CONFIG_SUN50I_H6_CCU
	bool "Support for the Allwinner H6 CCU"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	depends on (CONFIG_ARM64 && CONFIG_ARCH_SUNXI) || CONFIG_COMPILE_TEST

config CONFIG_SUN50I_H6_R_CCU
	bool "Support for the Allwinner H6 PRCM CCU"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	depends on (CONFIG_ARM64 && CONFIG_ARCH_SUNXI) || CONFIG_COMPILE_TEST

config CONFIG_SUN4I_A10_CCU
	bool "Support for the Allwinner A10/A20 CCU"
	default CONFIG_MACH_SUN4I
	default CONFIG_MACH_SUN7I
	depends on CONFIG_MACH_SUN4I || CONFIG_MACH_SUN7I || CONFIG_COMPILE_TEST

config CONFIG_SUN5I_CCU
	bool "Support for the Allwinner sun5i family CCM"
	default CONFIG_MACH_SUN5I
	depends on CONFIG_MACH_SUN5I || CONFIG_COMPILE_TEST

config CONFIG_SUN6I_A31_CCU
	bool "Support for the Allwinner A31/A31s CCU"
	default CONFIG_MACH_SUN6I
	depends on CONFIG_MACH_SUN6I || CONFIG_COMPILE_TEST

config CONFIG_SUN8I_A23_CCU
	bool "Support for the Allwinner A23 CCU"
	default CONFIG_MACH_SUN8I
	depends on CONFIG_MACH_SUN8I || CONFIG_COMPILE_TEST

config CONFIG_SUN8I_A33_CCU
	bool "Support for the Allwinner A33 CCU"
	default CONFIG_MACH_SUN8I
	depends on CONFIG_MACH_SUN8I || CONFIG_COMPILE_TEST

config CONFIG_SUN8I_A83T_CCU
	bool "Support for the Allwinner A83T CCU"
	default CONFIG_MACH_SUN8I

config CONFIG_SUN8I_H3_CCU
	bool "Support for the Allwinner H3 CCU"
	default CONFIG_MACH_SUN8I || (CONFIG_ARM64 && CONFIG_ARCH_SUNXI)
	depends on CONFIG_MACH_SUN8I || (CONFIG_ARM64 && CONFIG_ARCH_SUNXI) || CONFIG_COMPILE_TEST

config CONFIG_SUN8I_V3S_CCU
	bool "Support for the Allwinner V3s CCU"
	default CONFIG_MACH_SUN8I
	depends on CONFIG_MACH_SUN8I || CONFIG_COMPILE_TEST

config CONFIG_SUN8I_DE2_CCU
	bool "Support for the Allwinner SoCs DE2 CCU"
	default CONFIG_MACH_SUN8I || (CONFIG_ARM64 && CONFIG_ARCH_SUNXI)

config CONFIG_SUN8I_R40_CCU
	bool "Support for the Allwinner R40 CCU"
	default CONFIG_MACH_SUN8I
	depends on CONFIG_MACH_SUN8I || CONFIG_COMPILE_TEST

config CONFIG_SUN9I_A80_CCU
	bool "Support for the Allwinner A80 CCU"
	default CONFIG_MACH_SUN9I
	depends on CONFIG_MACH_SUN9I || CONFIG_COMPILE_TEST

config CONFIG_SUN8I_R_CCU
	bool "Support for Allwinner SoCs' PRCM CCUs"
	default CONFIG_MACH_SUN8I || (CONFIG_ARCH_SUNXI && CONFIG_ARM64)

endif