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
if CONFIG_SH_MIGOR

choice
	prompt "Migo-R LCD Panel Board Selection"
	default CONFIG_SH_MIGOR_QVGA

config CONFIG_SH_MIGOR_QVGA
	bool "QVGA (320x240)"

config CONFIG_SH_MIGOR_RTA_WVGA
	bool "RTA WVGA (800x480)"

endchoice

endif