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-only
config CONFIG_DM_PERSISTENT_DATA
       tristate
       depends on CONFIG_BLK_DEV_DM
       select CONFIG_LIBCRC32C
       select CONFIG_DM_BUFIO
       ---help---
	 Library providing immutable on-disk data structure support for
	 device-mapper targets such as the thin provisioning target.