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 CONFIG_FS_ENCRYPTION
	tristate "FS Encryption (Per-file encryption)"
	depends on CONFIG_BLOCK
	select CONFIG_CRYPTO
	select CONFIG_CRYPTO_AES
	select CONFIG_CRYPTO_CBC
	select CONFIG_CRYPTO_ECB
	select CONFIG_CRYPTO_XTS
	select CONFIG_CRYPTO_CTS
	select CONFIG_CRYPTO_CTR
	select CONFIG_KEYS
	help
	  Enable encryption of files and directories.  This
	  feature is similar to ecryptfs, but it is more memory
	  efficient since it avoids caching the encrypted and
	  decrypted pages in the page cache.