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_ORE - Objects Raid Engine (libore.ko)
#
# Note CONFIG_ORE needs to "select ASYNC_XOR". So Not to force multiple selects
# for every CONFIG_ORE user we do it like this. Any user should add itself here
# at the "depends on EXOFS_FS || ..." with an ||. The dependencies are
# selected here, and we default to "ON". So in effect it is like been
# selected by any of the users.
config CONFIG_ORE
	tristate
	depends on CONFIG_EXOFS_FS || CONFIG_PNFS_OBJLAYOUT
	select CONFIG_ASYNC_XOR
	select CONFIG_RAID6_PQ
	select CONFIG_ASYNC_PQ
	default CONFIG_SCSI_OSD_ULD