Kconfig (8632987380765dee716d460640aa58d58d52998e) Kconfig (5ef1630586317e92c9ebd7b4ce48f393b7ff790f)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Block layer core configuration
4#
5menuconfig BLOCK
6 bool "Enable the block layer" if EXPERT
7 default y
8 select SBITMAP

--- 21 unchanged lines hidden (view full) ---

30 bool
31
32config BLK_CGROUP_RWSTAT
33 bool
34
35config BLK_DEV_BSG_COMMON
36 tristate
37
1# SPDX-License-Identifier: GPL-2.0
2#
3# Block layer core configuration
4#
5menuconfig BLOCK
6 bool "Enable the block layer" if EXPERT
7 default y
8 select SBITMAP

--- 21 unchanged lines hidden (view full) ---

30 bool
31
32config BLK_CGROUP_RWSTAT
33 bool
34
35config BLK_DEV_BSG_COMMON
36 tristate
37
38config BLK_ICQ
39 bool
40
38config BLK_DEV_BSGLIB
39 bool "Block layer SG support v4 helper lib"
40 select BLK_DEV_BSG_COMMON
41 help
42 Subsystems will normally enable this if needed. Users will not
43 normally need to manually enable this.
44
45 If unsure, say N.

--- 175 unchanged lines hidden ---
41config BLK_DEV_BSGLIB
42 bool "Block layer SG support v4 helper lib"
43 select BLK_DEV_BSG_COMMON
44 help
45 Subsystems will normally enable this if needed. Users will not
46 normally need to manually enable this.
47
48 If unsure, say N.

--- 175 unchanged lines hidden ---