aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2019-10-06 17:02:07 +0200
committerVasily Gorbik <gor@linux.ibm.com>2019-10-10 10:50:14 +0200
commit89d0180a60fcc5368eb2d92faeb1e012f8a591b3 (patch)
treee699b753c9be15c49588aec58efa4ca8a51c6d60
parents390/Kconfig: make use of 'depends on cc-option' (diff)
downloadlinux-dev-89d0180a60fcc5368eb2d92faeb1e012f8a591b3.tar.xz
linux-dev-89d0180a60fcc5368eb2d92faeb1e012f8a591b3.zip
s390/Kconfig: add z13s and z14 ZR1 to TUNE descriptions
The names for the z13s and z14 ZR1 machines are missing for the TUNE_Z13 and TUNE_Z14 descriptions. Just add them. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to '')
-rw-r--r--arch/s390/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 700ce17e3805..f0df9e48e651 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -396,11 +396,11 @@ config TUNE_ZEC12
depends on $(cc-option,-mtune=zEC12)
config TUNE_Z13
- bool "IBM z13"
+ bool "IBM z13s and z13"
depends on $(cc-option,-mtune=z13)
config TUNE_Z14
- bool "IBM z14"
+ bool "IBM z14 ZR1 and z14"
depends on $(cc-option,-mtune=z14)
config TUNE_Z15