Martin Schwidefsky | 9fa1db4 | 2017-12-04 10:39:38 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | comment "S/390 block device drivers" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 3 | depends on S390 && BLOCK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
| 5 | config BLK_DEV_XPRAM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 6 | def_tristate m |
| 7 | prompt "XPRAM disk support" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 8 | depends on S390 && BLOCK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | help |
| 10 | Select this option if you want to use your expanded storage on S/390 |
| 11 | or zSeries as a disk. This is useful as a _fast_ swap device if you |
| 12 | want to access more than 2G of memory when running in 31 bit mode. |
| 13 | This option is also available as a module which will be called |
| 14 | xpram. If unsure, say "N". |
| 15 | |
| 16 | config DCSSBLK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 17 | def_tristate m |
Dan Williams | 569d036 | 2017-10-14 11:33:32 -0700 | [diff] [blame] | 18 | select FS_DAX_LIMITED |
Dan Williams | 2080e88 | 2018-03-29 17:20:39 -0700 | [diff] [blame] | 19 | select DAX_DRIVER |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 20 | prompt "DCSSBLK support" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 21 | depends on S390 && BLOCK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | help |
| 23 | Support for dcss block device |
| 24 | |
| 25 | config DASD |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 26 | def_tristate y |
| 27 | prompt "Support for DASD devices" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 28 | depends on CCW && BLOCK |
Josef 'Jeff' Sipek | 08a8a0c | 2008-04-17 07:45:56 +0200 | [diff] [blame] | 29 | select IOSCHED_DEADLINE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | help |
| 31 | Enable this option if you want to access DASDs directly utilizing |
| 32 | S/390s channel subsystem commands. This is necessary for running |
| 33 | natively on a single image or an LPAR. |
| 34 | |
| 35 | config DASD_PROFILE |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 36 | def_bool y |
| 37 | prompt "Profiling support for dasd devices" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | depends on DASD |
| 39 | help |
| 40 | Enable this option if you want to see profiling information |
| 41 | in /proc/dasd/statistics. |
| 42 | |
| 43 | config DASD_ECKD |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 44 | def_tristate y |
| 45 | prompt "Support for ECKD Disks" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | depends on DASD |
| 47 | help |
| 48 | ECKD devices are the most commonly used devices. You should enable |
| 49 | this option unless you are very sure to have no ECKD device. |
| 50 | |
| 51 | config DASD_FBA |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 52 | def_tristate y |
| 53 | prompt "Support for FBA Disks" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | depends on DASD |
| 55 | help |
| 56 | Select this option to be able to access FBA devices. It is safe to |
| 57 | say "Y". |
| 58 | |
| 59 | config DASD_DIAG |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 60 | def_tristate y |
| 61 | prompt "Support for DIAG access to Disks" |
Peter Oberparleiter | d0b2eaa | 2006-03-24 03:15:24 -0800 | [diff] [blame] | 62 | depends on DASD |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | help |
| 64 | Select this option if you want to use Diagnose250 command to access |
| 65 | Disks under VM. If you are not running under VM or unsure what it is, |
| 66 | say "N". |
| 67 | |
Stefan Weinhuber | 20c6446 | 2006-03-24 03:15:25 -0800 | [diff] [blame] | 68 | config DASD_EER |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 69 | def_bool y |
| 70 | prompt "Extended error reporting (EER)" |
Stefan Weinhuber | 20c6446 | 2006-03-24 03:15:25 -0800 | [diff] [blame] | 71 | depends on DASD |
| 72 | help |
| 73 | This driver provides a character device interface to the |
| 74 | DASD extended error reporting. This is only needed if you want to |
| 75 | use applications written for the EER facility. |
Sebastian Ott | f30664e | 2012-08-28 16:50:38 +0200 | [diff] [blame] | 76 | |
| 77 | config SCM_BLOCK |
| 78 | def_tristate m |
| 79 | prompt "Support for Storage Class Memory" |
| 80 | depends on S390 && BLOCK && EADM_SCH && SCM_BUS |
| 81 | help |
| 82 | Block device driver for Storage Class Memory (SCM). This driver |
| 83 | provides a block device interface for each available SCM increment. |
| 84 | |
| 85 | To compile this driver as a module, choose M here: the |
| 86 | module will be called scm_block. |