Kconfig (54156da8937c9f5f84b4215e239a61ecc7c29275) | Kconfig (569d0365f571fa6421a5c80bc30d1b2cdab857fe) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2comment "S/390 block device drivers" 3 depends on S390 && BLOCK 4 5config BLK_DEV_XPRAM 6 def_tristate m 7 prompt "XPRAM disk support" 8 depends on S390 && BLOCK 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 16config DCSSBLK 17 def_tristate m 18 select DAX | 1# SPDX-License-Identifier: GPL-2.0 2comment "S/390 block device drivers" 3 depends on S390 && BLOCK 4 5config BLK_DEV_XPRAM 6 def_tristate m 7 prompt "XPRAM disk support" 8 depends on S390 && BLOCK 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 16config DCSSBLK 17 def_tristate m 18 select DAX |
19 select FS_DAX_LIMITED |
|
19 prompt "DCSSBLK support" 20 depends on S390 && BLOCK 21 help 22 Support for dcss block device 23 24config DASD 25 def_tristate y 26 prompt "Support for DASD devices" --- 59 unchanged lines hidden --- | 20 prompt "DCSSBLK support" 21 depends on S390 && BLOCK 22 help 23 Support for dcss block device 24 25config DASD 26 def_tristate y 27 prompt "Support for DASD devices" --- 59 unchanged lines hidden --- |