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_HI3516CV300
	tristate "HI3516CV300 Clock Driver"
	depends on CONFIG_ARCH_HISI || CONFIG_COMPILE_TEST
	select CONFIG_RESET_HISI
	default CONFIG_ARCH_HISI
	help
	  Build the clock driver for hi3516cv300.

config CONFIG_COMMON_CLK_HI3519
	tristate "Hi3519 Clock Driver"
	depends on CONFIG_ARCH_HISI || CONFIG_COMPILE_TEST
	select CONFIG_RESET_HISI
	default CONFIG_ARCH_HISI
	help
	  Build the clock driver for hi3519.

config CONFIG_COMMON_CLK_HI3798CV200
	tristate "Hi3798CV200 Clock Driver"
	depends on CONFIG_ARCH_HISI || CONFIG_COMPILE_TEST
	select CONFIG_RESET_HISI
	default CONFIG_ARCH_HISI
	help
	  Build the clock driver for hi3798cv200.

config CONFIG_COMMON_CLK_HI6220
	bool "Hi6220 Clock Driver"
	depends on CONFIG_ARCH_HISI || CONFIG_COMPILE_TEST
	default CONFIG_ARCH_HISI
	help
	  Build the Hisilicon Hi6220 clock driver based on the common clock framework.

config CONFIG_RESET_HISI
	bool "HiSilicon Reset Controller Driver"
	depends on CONFIG_ARCH_HISI || CONFIG_COMPILE_TEST
	select CONFIG_RESET_CONTROLLER
	help
	  Build reset controller driver for HiSilicon device chipsets.

config CONFIG_STUB_CLK_HI6220
	bool "Hi6220 Stub Clock Driver"
	depends on CONFIG_COMMON_CLK_HI6220 && CONFIG_MAILBOX
	default CONFIG_ARCH_HISI
	help
	  Build the Hisilicon Hi6220 stub clock driver.