Skip to content

Commit

Permalink
s390/Kconfig: add z13s and z14 ZR1 to TUNE descriptions
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
  • Loading branch information
heicarst authored and Vasily Gorbik committed Oct 10, 2019
1 parent 5474080 commit 89d0180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89d0180

Please sign in to comment.