mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Now btrfs can utilize the newly intorudced BLAKE2 hash. Signed-off-by: Qu Wenruo <wqu@suse.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config FS_BTRFS
 | 
						|
	bool "Enable BTRFS filesystem support"
 | 
						|
	select CRC32C
 | 
						|
	select LIB_UUID
 | 
						|
	select LZO
 | 
						|
	select ZSTD
 | 
						|
	select RBTREE
 | 
						|
	select SHA256
 | 
						|
	select BLAKE2
 | 
						|
	help
 | 
						|
	  This provides a single-device read-only BTRFS support. BTRFS is a
 | 
						|
	  next-generation Linux file system based on the copy-on-write
 | 
						|
	  principle.
 |