s390/Kconfig: add z13s and z14 ZR1 to TUNE descriptions
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 6 Oct 2019 15:02:07 +0000 (17:02 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 10 Oct 2019 08:50:14 +0000 (10:50 +0200)
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>
arch/s390/Kconfig

index 700ce17..f0df9e4 100644 (file)
@@ -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