xref: /openbmc/linux/block/Kconfig (revision 87760e5e)
13a65dfe8SJens Axboe#
23a65dfe8SJens Axboe# Block layer core configuration
33a65dfe8SJens Axboe#
416ed002fSJan Engelhardtmenuconfig BLOCK
56a108a14SDavid Rientjes       bool "Enable the block layer" if EXPERT
69361401eSDavid Howells       default y
788459642SOmar Sandoval       select SBITMAP
86a83e74dSBart Van Assche       select SRCU
99361401eSDavid Howells       help
10ee86418dSNick Andrew	 Provide block layer support for the kernel.
119361401eSDavid Howells
12ee86418dSNick Andrew	 Disable this option to remove the block layer support from the
13ee86418dSNick Andrew	 kernel. This may be useful for embedded devices.
14ee86418dSNick Andrew
15ee86418dSNick Andrew	 If this option is disabled:
16ee86418dSNick Andrew
17ee86418dSNick Andrew	   - block device files will become unusable
18ee86418dSNick Andrew	   - some filesystems (such as ext3) will become unavailable.
19ee86418dSNick Andrew
20ee86418dSNick Andrew	 Also, SCSI character devices and USB storage will be disabled since
21ee86418dSNick Andrew	 they make use of various block layer definitions and facilities.
229361401eSDavid Howells
239361401eSDavid Howells	 Say Y here unless you know you really don't want to mount disks and
249361401eSDavid Howells	 suchlike.
259361401eSDavid Howells
269361401eSDavid Howellsif BLOCK
279361401eSDavid Howells
2890c699a9SBartlomiej Zolnierkiewiczconfig LBDAF
2990c699a9SBartlomiej Zolnierkiewicz	bool "Support for large (2TB+) block devices and files"
30e6243863SMatthew Wilcox	depends on !64BIT
31db29a6b4SBartlomiej Zolnierkiewicz	default y
323a65dfe8SJens Axboe	help
33b3a6ffe1SJens Axboe	  Enable block devices or files of size 2TB and larger.
34ee86418dSNick Andrew
35ee86418dSNick Andrew	  This option is required to support the full capacity of large
36ee86418dSNick Andrew	  (2TB+) block devices, including RAID, disk, Network Block Device,
37ee86418dSNick Andrew	  Logical Volume Manager (LVM) and loopback.
38ee86418dSNick Andrew
39b3a6ffe1SJens Axboe	  This option also enables support for single files larger than
40b3a6ffe1SJens Axboe	  2TB.
41ee86418dSNick Andrew
424d783b09STheodore Ts'o	  The ext4 filesystem requires that this feature be enabled in
434d783b09STheodore Ts'o	  order to support filesystems that have the huge_file feature
44db29a6b4SBartlomiej Zolnierkiewicz	  enabled.  Otherwise, it will refuse to mount in the read-write
45db29a6b4SBartlomiej Zolnierkiewicz	  mode any filesystems that use the huge_file feature, which is
46db29a6b4SBartlomiej Zolnierkiewicz	  enabled by default by mke2fs.ext4.
474d783b09STheodore Ts'o
48db29a6b4SBartlomiej Zolnierkiewicz	  The GFS2 filesystem also requires this feature.
49db29a6b4SBartlomiej Zolnierkiewicz
50db29a6b4SBartlomiej Zolnierkiewicz	  If unsure, say Y.
513a65dfe8SJens Axboe
523d6392cfSJens Axboeconfig BLK_DEV_BSG
5314d9fa35SJohn Stoffel	bool "Block layer SG support v4"
5414d9fa35SJohn Stoffel	default y
5514d9fa35SJohn Stoffel	help
56319a7b7fSFUJITA Tomonori	  Saying Y here will enable generic SG (SCSI generic) v4 support
57319a7b7fSFUJITA Tomonori	  for any block device.
58319a7b7fSFUJITA Tomonori
59319a7b7fSFUJITA Tomonori	  Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4
60319a7b7fSFUJITA Tomonori	  can handle complicated SCSI commands: tagged variable length cdbs
61319a7b7fSFUJITA Tomonori	  with bidirectional data transfers and generic request/response
62319a7b7fSFUJITA Tomonori	  protocols (e.g. Task Management Functions and SMP in Serial
63319a7b7fSFUJITA Tomonori	  Attached SCSI).
643d6392cfSJens Axboe
6514d9fa35SJohn Stoffel	  This option is required by recent UDEV versions to properly
6614d9fa35SJohn Stoffel	  access device serial numbers, etc.
6714d9fa35SJohn Stoffel
6814d9fa35SJohn Stoffel	  If unsure, say Y.
69ee86418dSNick Andrew
70aa387cc8SMike Christieconfig BLK_DEV_BSGLIB
71aa387cc8SMike Christie	bool "Block layer SG support v4 helper lib"
72aa387cc8SMike Christie	default n
73aa387cc8SMike Christie	select BLK_DEV_BSG
74aa387cc8SMike Christie	help
75aa387cc8SMike Christie	  Subsystems will normally enable this if needed. Users will not
76aa387cc8SMike Christie	  normally need to manually enable this.
77aa387cc8SMike Christie
78aa387cc8SMike Christie	  If unsure, say N.
79aa387cc8SMike Christie
807ba1ba12SMartin K. Petersenconfig BLK_DEV_INTEGRITY
817ba1ba12SMartin K. Petersen	bool "Block layer data integrity support"
822341c2f8SMartin K. Petersen	select CRC_T10DIF if BLK_DEV_INTEGRITY
837ba1ba12SMartin K. Petersen	---help---
847ba1ba12SMartin K. Petersen	Some storage devices allow extra information to be
857ba1ba12SMartin K. Petersen	stored/retrieved to help protect the data.  The block layer
867ba1ba12SMartin K. Petersen	data integrity option provides hooks which can be used by
877ba1ba12SMartin K. Petersen	filesystems to ensure better data integrity.
887ba1ba12SMartin K. Petersen
897ba1ba12SMartin K. Petersen	Say yes here if you have a storage device that provides the
907ba1ba12SMartin K. Petersen	T10/SCSI Data Integrity Field or the T13/ATA External Path
917ba1ba12SMartin K. Petersen	Protection.  If in doubt, say N.
927ba1ba12SMartin K. Petersen
936a0cb1bcSHannes Reineckeconfig BLK_DEV_ZONED
946a0cb1bcSHannes Reinecke	bool "Zoned block device support"
956a0cb1bcSHannes Reinecke	---help---
966a0cb1bcSHannes Reinecke	Block layer zoned block device support. This option enables
976a0cb1bcSHannes Reinecke	support for ZAC/ZBC host-managed and host-aware zoned block devices.
986a0cb1bcSHannes Reinecke
996a0cb1bcSHannes Reinecke	Say yes here if you have a ZAC or ZBC storage device.
1006a0cb1bcSHannes Reinecke
101e43473b7SVivek Goyalconfig BLK_DEV_THROTTLING
102e43473b7SVivek Goyal	bool "Block layer bio throttling support"
1038e42e0a2SKees Cook	depends on BLK_CGROUP=y
104e43473b7SVivek Goyal	default n
105e43473b7SVivek Goyal	---help---
106e43473b7SVivek Goyal	Block layer bio throttling support. It can be used to limit
107e43473b7SVivek Goyal	the IO rate to a device. IO rate policies are per cgroup and
108e43473b7SVivek Goyal	one needs to mount and use blkio cgroup controller for creating
109e43473b7SVivek Goyal	cgroups and specifying per device IO rate policies.
110e43473b7SVivek Goyal
111e43473b7SVivek Goyal	See Documentation/cgroups/blkio-controller.txt for more information.
112e43473b7SVivek Goyal
113080506adSPaul Gortmakerconfig BLK_CMDLINE_PARSER
114bab55417SCai Zhiyong	bool "Block device command line partition parser"
115bab55417SCai Zhiyong	default n
116bab55417SCai Zhiyong	---help---
117080506adSPaul Gortmaker	Enabling this option allows you to specify the partition layout from
118080506adSPaul Gortmaker	the kernel boot args.  This is typically of use for embedded devices
119080506adSPaul Gortmaker	which don't otherwise have any standardized method for listing the
120080506adSPaul Gortmaker	partitions on a block device.
121080506adSPaul Gortmaker
122080506adSPaul Gortmaker	See Documentation/block/cmdline-partition.txt for more information.
123bab55417SCai Zhiyong
12487760e5eSJens Axboeconfig BLK_WBT
12587760e5eSJens Axboe	bool "Enable support for block device writeback throttling"
12687760e5eSJens Axboe	default n
12787760e5eSJens Axboe	---help---
12887760e5eSJens Axboe	Enabling this option enables the block layer to throttle buffered
12987760e5eSJens Axboe	background writeback from the VM, making it more smooth and having
13087760e5eSJens Axboe	less impact on foreground operations. The throttling is done
13187760e5eSJens Axboe	dynamically on an algorithm loosely based on CoDel, factoring in
13287760e5eSJens Axboe	the realtime performance of the disk.
13387760e5eSJens Axboe
13487760e5eSJens Axboeconfig BLK_WBT_SQ
13587760e5eSJens Axboe	bool "Single queue writeback throttling"
13687760e5eSJens Axboe	default n
13787760e5eSJens Axboe	depends on BLK_WBT
13887760e5eSJens Axboe	---help---
13987760e5eSJens Axboe	Enable writeback throttling by default on legacy single queue devices
14087760e5eSJens Axboe
14187760e5eSJens Axboeconfig BLK_WBT_MQ
14287760e5eSJens Axboe	bool "Multiqueue writeback throttling"
14387760e5eSJens Axboe	default y
14487760e5eSJens Axboe	depends on BLK_WBT
14587760e5eSJens Axboe	---help---
14687760e5eSJens Axboe	Enable writeback throttling by default on multiqueue devices.
14787760e5eSJens Axboe	Multiqueue currently doesn't have support for IO scheduling,
14887760e5eSJens Axboe	enabling this option is recommended.
14987760e5eSJens Axboe
1509be96f3fSAl Viromenu "Partition Types"
1519be96f3fSAl Viro
1529be96f3fSAl Virosource "block/partitions/Kconfig"
1539be96f3fSAl Viro
1549be96f3fSAl Viroendmenu
1559be96f3fSAl Viro
1562b9e0aaeSLinus Torvaldsendif # BLOCK
1572b9e0aaeSLinus Torvalds
15899874d50SJens Axboeconfig BLOCK_COMPAT
15999874d50SJens Axboe	bool
1602b9e0aaeSLinus Torvalds	depends on BLOCK && COMPAT
16199874d50SJens Axboe	default y
16299874d50SJens Axboe
1638ec2ef2bSStephen Rothwellconfig BLK_MQ_PCI
1648ec2ef2bSStephen Rothwell	bool
1658ec2ef2bSStephen Rothwell	depends on BLOCK && PCI
1668ec2ef2bSStephen Rothwell	default y
1678ec2ef2bSStephen Rothwell
1683a65dfe8SJens Axboesource block/Kconfig.iosched
169