aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2012-08-28 10:48:16 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-09-26 09:45:00 -0400
commiteadb86ab80545d04a0ee576e92ba4447621cdb02 (patch)
treefa9903cd696ea67d244dab55a1fdb71658208cfa /arch/s390/Kconfig
parent40ff4cc06697e8ba3f8ce93b0592ddbcf70cd444 (diff)
s390/cio: add eadm subchannel driver
This driver allows usage of EADM subchannels. EADM subchannels act as a communication vehicle for SCM increments. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 3781db22f427..3f42161d6bc6 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -440,6 +440,17 @@ config SCM_BUS
440 help 440 help
441 Bus driver for Storage Class Memory. 441 Bus driver for Storage Class Memory.
442 442
443config EADM_SCH
444 def_tristate m
445 prompt "Support for EADM subchannels"
446 depends on SCM_BUS
447 help
448 This driver allows usage of EADM subchannels. EADM subchannels act
449 as a communication vehicle for SCM increments.
450
451 To compile this driver as a module, choose M here: the
452 module will be called eadm_sch.
453
443endmenu 454endmenu
444 455
445menu "Dump support" 456menu "Dump support"