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>
This commit is contained in:
Heiko Carstens 2019-10-06 17:02:07 +02:00 committed by Vasily Gorbik
parent 5474080a3a
commit 89d0180a60
1 changed files with 2 additions and 2 deletions

View 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