diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2016-02-19 04:46:08 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-02-24 06:18:07 -0500 |
commit | bb3aa614014e11aea2c1aab528752e12b54df62d (patch) | |
tree | b8732d68eb014c538a7fcd5e00bf85ef816e72b3 /arch/s390/Kconfig | |
parent | 13c6a790d77c3fe81e1a25524d1f9115b0da9404 (diff) |
s390: add z13s model number to z13 elf platform
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 3be9c832dec1..683af90efe86 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -254,12 +254,12 @@ config MARCH_ZEC12 | |||
254 | older machines. | 254 | older machines. |
255 | 255 | ||
256 | config MARCH_Z13 | 256 | config MARCH_Z13 |
257 | bool "IBM z13" | 257 | bool "IBM z13s and z13" |
258 | select HAVE_MARCH_Z13_FEATURES | 258 | select HAVE_MARCH_Z13_FEATURES |
259 | help | 259 | help |
260 | Select this to enable optimizations for IBM z13 (2964 series). | 260 | Select this to enable optimizations for IBM z13s and z13 (2965 and |
261 | The kernel will be slightly faster but will not work on older | 261 | 2964 series). The kernel will be slightly faster but will not work on |
262 | machines. | 262 | older machines. |
263 | 263 | ||
264 | endchoice | 264 | endchoice |
265 | 265 | ||