blob: 4a3b6232618323e390a36ee5896f5368932fb597 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001comment "S/390 block device drivers"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02002 depends on S390 && BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4config BLK_DEV_XPRAM
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +01005 def_tristate m
6 prompt "XPRAM disk support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02007 depends on S390 && BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 help
9 Select this option if you want to use your expanded storage on S/390
10 or zSeries as a disk. This is useful as a _fast_ swap device if you
11 want to access more than 2G of memory when running in 31 bit mode.
12 This option is also available as a module which will be called
13 xpram. If unsure, say "N".
14
15config DCSSBLK
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010016 def_tristate m
17 prompt "DCSSBLK support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020018 depends on S390 && BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -070019 help
20 Support for dcss block device
21
22config DASD
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010023 def_tristate y
24 prompt "Support for DASD devices"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020025 depends on CCW && BLOCK
Josef 'Jeff' Sipek08a8a0c2008-04-17 07:45:56 +020026 select IOSCHED_DEADLINE
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 help
28 Enable this option if you want to access DASDs directly utilizing
29 S/390s channel subsystem commands. This is necessary for running
30 natively on a single image or an LPAR.
31
32config DASD_PROFILE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010033 def_bool y
34 prompt "Profiling support for dasd devices"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 depends on DASD
36 help
37 Enable this option if you want to see profiling information
38 in /proc/dasd/statistics.
39
40config DASD_ECKD
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010041 def_tristate y
42 prompt "Support for ECKD Disks"
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 depends on DASD
44 help
45 ECKD devices are the most commonly used devices. You should enable
46 this option unless you are very sure to have no ECKD device.
47
48config DASD_FBA
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010049 def_tristate y
50 prompt "Support for FBA Disks"
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 depends on DASD
52 help
53 Select this option to be able to access FBA devices. It is safe to
54 say "Y".
55
56config DASD_DIAG
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010057 def_tristate y
58 prompt "Support for DIAG access to Disks"
Peter Oberparleiterd0b2eaa2006-03-24 03:15:24 -080059 depends on DASD
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 help
61 Select this option if you want to use Diagnose250 command to access
62 Disks under VM. If you are not running under VM or unsure what it is,
63 say "N".
64
Stefan Weinhuber20c64462006-03-24 03:15:25 -080065config DASD_EER
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010066 def_bool y
67 prompt "Extended error reporting (EER)"
Stefan Weinhuber20c64462006-03-24 03:15:25 -080068 depends on DASD
69 help
70 This driver provides a character device interface to the
71 DASD extended error reporting. This is only needed if you want to
72 use applications written for the EER facility.
Sebastian Ottf30664e2012-08-28 16:50:38 +020073
74config SCM_BLOCK
75 def_tristate m
76 prompt "Support for Storage Class Memory"
77 depends on S390 && BLOCK && EADM_SCH && SCM_BUS
78 help
79 Block device driver for Storage Class Memory (SCM). This driver
80 provides a block device interface for each available SCM increment.
81
82 To compile this driver as a module, choose M here: the
83 module will be called scm_block.
Sebastian Ott0d804b22012-08-28 16:51:19 +020084
85config SCM_BLOCK_CLUSTER_WRITE
86 def_bool y
87 prompt "SCM force cluster writes"
88 depends on SCM_BLOCK
89 help
90 Force writes to Storage Class Memory (SCM) to be in done in clusters.