summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2019-03-06 15:32:01 -0500
committerHeiko Carstens <heiko.carstens@de.ibm.com>2019-06-04 09:03:46 -0400
commit8b96d9712abcfdf6b5061610f1d187e23413eb0f (patch)
treee33cf4fa1f175f0613d2ea5c77dc5f4cd78a0697
parentdbe1c16be381cb52c80fd7b40fcd05ae538d751b (diff)
s390/Kconfig: pedantic cleanups
Formatting of Kconfig files doesn't look so pretty, so just take damp cloth and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-rw-r--r--arch/s390/Kconfig2
-rw-r--r--drivers/s390/block/Kconfig2
-rw-r--r--drivers/s390/char/Kconfig15
-rw-r--r--drivers/s390/net/Kconfig8
4 files changed, 13 insertions, 14 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 109243fdb6ec..e2e154051b07 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -763,7 +763,7 @@ config PCI_NR_FUNCTIONS
763 This allows you to specify the maximum number of PCI functions which 763 This allows you to specify the maximum number of PCI functions which
764 this kernel will support. 764 this kernel will support.
765 765
766endif # PCI 766endif # PCI
767 767
768config HAS_IOMEM 768config HAS_IOMEM
769 def_bool PCI 769 def_bool PCI
diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig
index 9ac7574e3cfb..a8682f69effc 100644
--- a/drivers/s390/block/Kconfig
+++ b/drivers/s390/block/Kconfig
@@ -38,7 +38,7 @@ config DASD_PROFILE
38 depends on DASD 38 depends on DASD
39 help 39 help
40 Enable this option if you want to see profiling information 40 Enable this option if you want to see profiling information
41 in /proc/dasd/statistics. 41 in /proc/dasd/statistics.
42 42
43config DASD_ECKD 43config DASD_ECKD
44 def_tristate y 44 def_tristate y
diff --git a/drivers/s390/char/Kconfig b/drivers/s390/char/Kconfig
index ab0b243a947d..e2c0c60760b0 100644
--- a/drivers/s390/char/Kconfig
+++ b/drivers/s390/char/Kconfig
@@ -91,14 +91,14 @@ config SCLP_ASYNC
91 need this feature and intend to run your kernel in LPAR. 91 need this feature and intend to run your kernel in LPAR.
92 92
93config SCLP_ASYNC_ID 93config SCLP_ASYNC_ID
94 string "Component ID for Call Home" 94 string "Component ID for Call Home"
95 depends on SCLP_ASYNC 95 depends on SCLP_ASYNC
96 default "000000000" 96 default "000000000"
97 help 97 help
98 The Component ID for Call Home is used to identify the correct 98 The Component ID for Call Home is used to identify the correct
99 problem reporting queue the call home records should be sent to. 99 problem reporting queue the call home records should be sent to.
100 100
101 If your are unsure, please use the default value "000000000". 101 If your are unsure, please use the default value "000000000".
102 102
103config HMC_DRV 103config HMC_DRV
104 def_tristate m 104 def_tristate m
@@ -205,4 +205,3 @@ config S390_VMUR
205 depends on S390 205 depends on S390
206 help 206 help
207 Character device driver for z/VM reader, puncher and printer. 207 Character device driver for z/VM reader, puncher and printer.
208
diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig
index 7c5a25ddf832..ced896d1534a 100644
--- a/drivers/s390/net/Kconfig
+++ b/drivers/s390/net/Kconfig
@@ -7,10 +7,10 @@ config LCS
7 prompt "Lan Channel Station Interface" 7 prompt "Lan Channel Station Interface"
8 depends on CCW && NETDEVICES && (ETHERNET || FDDI) 8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
9 help 9 help
10 Select this option if you want to use LCS networking on IBM System z. 10 Select this option if you want to use LCS networking on IBM System z.
11 This device driver supports FDDI (IEEE 802.7) and Ethernet. 11 This device driver supports FDDI (IEEE 802.7) and Ethernet.
12 To compile as a module, choose M. The module name is lcs. 12 To compile as a module, choose M. The module name is lcs.
13 If you do not know what it is, it's safe to choose Y. 13 If you do not know what it is, it's safe to choose Y.
14 14
15config CTCM 15config CTCM
16 def_tristate m 16 def_tristate m