Kconfig (020abf03cd659388f94cb328e1e1df0656e0d7ff) Kconfig (f30664e2c85c7804f07c636bbe99f35e0b2d4c76)
1comment "S/390 block device drivers"
2 depends on S390 && BLOCK
3
4config BLK_DEV_XPRAM
5 def_tristate m
6 prompt "XPRAM disk support"
7 depends on S390 && BLOCK
8 help

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

65config DASD_EER
66 def_bool y
67 prompt "Extended error reporting (EER)"
68 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.
1comment "S/390 block device drivers"
2 depends on S390 && BLOCK
3
4config BLK_DEV_XPRAM
5 def_tristate m
6 prompt "XPRAM disk support"
7 depends on S390 && BLOCK
8 help

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

65config DASD_EER
66 def_bool y
67 prompt "Extended error reporting (EER)"
68 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.
73
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.