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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2019-03-06 21:32:01 +01:00 committed by Heiko Carstens
parent dbe1c16be3
commit 8b96d9712a
4 changed files with 13 additions and 14 deletions

View File

@ -763,7 +763,7 @@ config PCI_NR_FUNCTIONS
This allows you to specify the maximum number of PCI functions which This allows you to specify the maximum number of PCI functions which
this kernel will support. this kernel will support.
endif # PCI endif # PCI
config HAS_IOMEM config HAS_IOMEM
def_bool PCI def_bool PCI

View File

@ -38,7 +38,7 @@ config DASD_PROFILE
depends on DASD depends on DASD
help help
Enable this option if you want to see profiling information Enable this option if you want to see profiling information
in /proc/dasd/statistics. in /proc/dasd/statistics.
config DASD_ECKD config DASD_ECKD
def_tristate y def_tristate y

View File

@ -91,14 +91,14 @@ config SCLP_ASYNC
need this feature and intend to run your kernel in LPAR. need this feature and intend to run your kernel in LPAR.
config SCLP_ASYNC_ID config SCLP_ASYNC_ID
string "Component ID for Call Home" string "Component ID for Call Home"
depends on SCLP_ASYNC depends on SCLP_ASYNC
default "000000000" default "000000000"
help help
The Component ID for Call Home is used to identify the correct The Component ID for Call Home is used to identify the correct
problem reporting queue the call home records should be sent to. problem reporting queue the call home records should be sent to.
If your are unsure, please use the default value "000000000". If your are unsure, please use the default value "000000000".
config HMC_DRV config HMC_DRV
def_tristate m def_tristate m
@ -205,4 +205,3 @@ config S390_VMUR
depends on S390 depends on S390
help help
Character device driver for z/VM reader, puncher and printer. Character device driver for z/VM reader, puncher and printer.

View File

@ -7,10 +7,10 @@ config LCS
prompt "Lan Channel Station Interface" prompt "Lan Channel Station Interface"
depends on CCW && NETDEVICES && (ETHERNET || FDDI) depends on CCW && NETDEVICES && (ETHERNET || FDDI)
help help
Select this option if you want to use LCS networking on IBM System z. Select this option if you want to use LCS networking on IBM System z.
This device driver supports FDDI (IEEE 802.7) and Ethernet. This device driver supports FDDI (IEEE 802.7) and Ethernet.
To compile as a module, choose M. The module name is lcs. To compile as a module, choose M. The module name is lcs.
If you do not know what it is, it's safe to choose Y. If you do not know what it is, it's safe to choose Y.
config CTCM config CTCM
def_tristate m def_tristate m