From: Heiko Carstens Date: Sun, 6 Oct 2019 15:02:07 +0000 (+0200) Subject: s390/Kconfig: add z13s and z14 ZR1 to TUNE descriptions X-Git-Tag: v5.5-rc1~188^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89d0180a60fcc5368eb2d92faeb1e012f8a591b3;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 700ce17e38057..f0df9e48e6515 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