Kconfig (d0b2eaa374afd10960a507a3f2ce2f24b85826e4) Kconfig (20c644680af1ef9a6b36c0873f59498c98b07ab1)
1if S390
2
3comment "S/390 block device drivers"
4 depends on S390
5
6config BLK_DEV_XPRAM
7 tristate "XPRAM disk support"
8 depends on S390

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

50config DASD_DIAG
51 tristate "Support for DIAG access to Disks"
52 depends on DASD
53 help
54 Select this option if you want to use Diagnose250 command to access
55 Disks under VM. If you are not running under VM or unsure what it is,
56 say "N".
57
1if S390
2
3comment "S/390 block device drivers"
4 depends on S390
5
6config BLK_DEV_XPRAM
7 tristate "XPRAM disk support"
8 depends on S390

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

50config DASD_DIAG
51 tristate "Support for DIAG access to Disks"
52 depends on DASD
53 help
54 Select this option if you want to use Diagnose250 command to access
55 Disks under VM. If you are not running under VM or unsure what it is,
56 say "N".
57
58config DASD_EER
59 bool "Extended error reporting (EER)"
60 depends on DASD
61 help
62 This driver provides a character device interface to the
63 DASD extended error reporting. This is only needed if you want to
64 use applications written for the EER facility.
65
58endif
66endif