diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 16 |
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 | ||
348 | config 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 | |||
348 | comment "Misc" | 364 | comment "Misc" |
349 | 365 | ||
350 | config IPL | 366 | config IPL |