diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-09-06 14:59:26 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-09-07 14:38:42 +0300 |
commit | 68c32eb2707aed0a3be1a60b0f206943a25e8f34 (patch) | |
tree | 210140b687a166ac6e4fe8c5f43191e8e08c504c /drivers/s390/block/Kconfig | |
parent | 85ad27215ca57d02bb7c43d76f65a865dc863b59 (diff) | |
download | linux-68c32eb2707aed0a3be1a60b0f206943a25e8f34.tar.xz |
s390: remove xpram device driver
Support for expanded storage was only available until z13 and z/VM 6.3
respectively. However there haven't been any use cases a long time
before for this device driver.
Therefore remove it.
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390/block/Kconfig')
-rw-r--r-- | drivers/s390/block/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig index 376f1efbbb86..d0416dbd0cd8 100644 --- a/drivers/s390/block/Kconfig +++ b/drivers/s390/block/Kconfig @@ -2,17 +2,6 @@ comment "S/390 block device drivers" depends on S390 && BLOCK -config BLK_DEV_XPRAM - def_tristate m - prompt "XPRAM disk support" - depends on S390 && BLOCK - help - Select this option if you want to use your expanded storage on S/390 - or zSeries as a disk. This is useful as a _fast_ swap device if you - want to access more than 2G of memory when running in 31 bit mode. - This option is also available as a module which will be called - xpram. If unsure, say "N". - config DCSSBLK def_tristate m select FS_DAX_LIMITED |