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

if CONFIG_SH_RSK

choice
	prompt "RSK+ options"
	default CONFIG_SH_RSK7203

config CONFIG_SH_RSK7201
	bool "RSK7201"
	depends on CONFIG_CPU_SUBTYPE_SH7201

config CONFIG_SH_RSK7203
	bool "RSK7203"
	select CONFIG_GPIOLIB
	depends on CONFIG_CPU_SUBTYPE_SH7203

config CONFIG_SH_RSK7264
	bool "RSK2+SH7264"
	select CONFIG_GPIOLIB
	depends on CONFIG_CPU_SUBTYPE_SH7264

config CONFIG_SH_RSK7269
	bool "RSK2+SH7269"
	select CONFIG_GPIOLIB
	depends on CONFIG_CPU_SUBTYPE_SH7269

endchoice

endif