diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2016-12-01 14:51:32 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-06-12 17:25:55 +0300 |
commit | 94d26bfcf31244d24fddbe7ba5b0dd17f3c32b11 (patch) | |
tree | af3d8fed1df159397b1593fb984c6d120007fd8a /drivers/s390/block/Kconfig | |
parent | d12a3d603690ba84b7e3fd357f05b96e777d4630 (diff) | |
download | linux-94d26bfcf31244d24fddbe7ba5b0dd17f3c32b11.tar.xz |
s390/scm: remove cluster option
Remove CONFIG_SCM_BLOCK_CLUSTER_WRITE and related code. This quirk is
no longer needed on current hardware.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/block/Kconfig')
-rw-r--r-- | drivers/s390/block/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig index 0acb8c2f9475..31f014b57bfc 100644 --- a/drivers/s390/block/Kconfig +++ b/drivers/s390/block/Kconfig @@ -82,10 +82,3 @@ config SCM_BLOCK To compile this driver as a module, choose M here: the module will be called scm_block. - -config SCM_BLOCK_CLUSTER_WRITE - def_bool y - prompt "SCM force cluster writes" - depends on SCM_BLOCK - help - Force writes to Storage Class Memory (SCM) to be in done in clusters. |