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_ARCH_DOVE

menu "Marvell Dove Implementations"

config CONFIG_DOVE_LEGACY
	bool

config CONFIG_MACH_DOVE_DB
	bool "Marvell DB-MV88AP510 Development Board"
	select CONFIG_DOVE_LEGACY
	select CONFIG_I2C_BOARDINFO if CONFIG_I2C
	help
	  Say 'Y' here if you want your kernel to support the
	  Marvell DB-MV88AP510 Development Board.

config CONFIG_MACH_CM_A510
	bool "CompuLab CM-A510 Board"
	select CONFIG_DOVE_LEGACY
	help
	  Say 'Y' here if you want your kernel to support the
	  CompuLab CM-A510 Board.

endmenu

endif