aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2008-07-14 03:59:05 -0400
committerHeiko Carstens <heiko.carstens@de.ibm.com>2008-07-14 04:02:12 -0400
commit9d92a7e1b0d095c8be96ce5e592c6c5541684631 (patch)
tree22cfca810de07a7d7f87f17a89de0ae10d462038 /arch/s390/Kconfig
parent683c5418e6ac9f40f925dab6f547a5b0a4ad43c6 (diff)
[S390] cio: Add chsc subchannel driver.
This patch adds a driver for subchannels of type chsc. A device /dev/chsc is created which may be used to issue ioctls to: - obtain information about the machine's I/O configuration - dynamically change the machine's I/O configuration via asynchronous chsc commands Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index a79820c3ab08..6d0d31651f05 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -345,6 +345,22 @@ config QDIO_DEBUG
345 345
346 If unsure, say N. 346 If unsure, say N.
347 347
348config CHSC_SCH
349 tristate "Support for CHSC subchannels"
350 help
351 This driver allows usage of CHSC subchannels. A CHSC subchannel
352 is usually present on LPAR only.
353 The driver creates a device /dev/chsc, which may be used to
354 obtain I/O configuration information about the machine and
355 to issue asynchronous chsc commands (DANGEROUS).
356 You will usually only want to use this interface on a special
357 LPAR designated for system management.
358
359 To compile this driver as a module, choose M here: the
360 module will be called chsc_sch.
361
362 If unsure, say N.
363
348comment "Misc" 364comment "Misc"
349 365
350config IPL 366config IPL