Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (7a2765f6e82063f348ebce78c28eceff741689d4) |
---|---|
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 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 16 def_tristate m | 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 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 16 def_tristate m |
17 select DAX |
|
17 prompt "DCSSBLK support" 18 depends on S390 && BLOCK 19 help 20 Support for dcss block device 21 22config DASD 23 def_tristate y 24 prompt "Support for DASD devices" --- 66 unchanged lines hidden --- | 18 prompt "DCSSBLK support" 19 depends on S390 && BLOCK 20 help 21 Support for dcss block device 22 23config DASD 24 def_tristate y 25 prompt "Support for DASD devices" --- 66 unchanged lines hidden --- |