summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/Kconfig
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2010-05-17 10:00:06 +0200
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2010-05-17 10:00:15 +0200
commitf73a2b03c59b95a3ee8eebcc127350c77c950e87 (patch)
treec05dd09587746a1857e222d39b89865d1172009b /drivers/s390/char/Kconfig
parent86f2552bbd0e17b19bb5e9881042533eaea553c7 (diff)
downloadop-kernel-dev-f73a2b03c59b95a3ee8eebcc127350c77c950e87.zip
op-kernel-dev-f73a2b03c59b95a3ee8eebcc127350c77c950e87.tar.gz
[S390] vmcp: disallow modular build
Change the tristate Kbuild option into a bool option so that the module is either builtin or not available at all. There have been too many cases where people were missing the 'vmcp' device node and unable to send z/VM CP commands. So let's make sure that on distros it will always be present. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/char/Kconfig')
-rw-r--r--drivers/s390/char/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/char/Kconfig b/drivers/s390/char/Kconfig
index 4e34d36..40834f1 100644
--- a/drivers/s390/char/Kconfig
+++ b/drivers/s390/char/Kconfig
@@ -148,13 +148,12 @@ config VMLOGRDR
This driver depends on the IUCV support driver.
config VMCP
- tristate "Support for the z/VM CP interface (VM only)"
+ bool "Support for the z/VM CP interface"
depends on S390
help
Select this option if you want to be able to interact with the control
program on z/VM
-
config MONREADER
tristate "API for reading z/VM monitor service records"
depends on IUCV
OpenPOWER on IntegriCloud