Kconfig (020abf03cd659388f94cb328e1e1df0656e0d7ff) | Kconfig (aa387cc895672b00f807ad7c734a2defaf677712) |
---|---|
1# 2# Block layer core configuration 3# 4menuconfig BLOCK 5 bool "Enable the block layer" if EXPERT 6 default y 7 help 8 Provide block layer support for the kernel. --- 51 unchanged lines hidden (view full) --- 60 protocols (e.g. Task Management Functions and SMP in Serial 61 Attached SCSI). 62 63 This option is required by recent UDEV versions to properly 64 access device serial numbers, etc. 65 66 If unsure, say Y. 67 | 1# 2# Block layer core configuration 3# 4menuconfig BLOCK 5 bool "Enable the block layer" if EXPERT 6 default y 7 help 8 Provide block layer support for the kernel. --- 51 unchanged lines hidden (view full) --- 60 protocols (e.g. Task Management Functions and SMP in Serial 61 Attached SCSI). 62 63 This option is required by recent UDEV versions to properly 64 access device serial numbers, etc. 65 66 If unsure, say Y. 67 |
68config BLK_DEV_BSGLIB 69 bool "Block layer SG support v4 helper lib" 70 default n 71 select BLK_DEV_BSG 72 help 73 Subsystems will normally enable this if needed. Users will not 74 normally need to manually enable this. 75 76 If unsure, say N. 77 |
|
68config BLK_DEV_INTEGRITY 69 bool "Block layer data integrity support" 70 ---help--- 71 Some storage devices allow extra information to be 72 stored/retrieved to help protect the data. The block layer 73 data integrity option provides hooks which can be used by 74 filesystems to ensure better data integrity. 75 --- 24 unchanged lines hidden --- | 78config BLK_DEV_INTEGRITY 79 bool "Block layer data integrity support" 80 ---help--- 81 Some storage devices allow extra information to be 82 stored/retrieved to help protect the data. The block layer 83 data integrity option provides hooks which can be used by 84 filesystems to ensure better data integrity. 85 --- 24 unchanged lines hidden --- |