diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-08-03 10:44:24 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-08-03 10:44:20 -0400 |
commit | 3a81b171429113ae0af2920f5d4ecfe571230627 (patch) | |
tree | b98d7077bd741b0051d378b315c4d2348b07e822 /arch/s390/Kconfig | |
parent | 34cd551a31cd4e35cd3f9ed9f13bb46b4ee98508 (diff) |
[S390] Add support for IBM zEnterprise 114
Just fix up the Kconfig description and the elf platform.
Signed-off-by: Heiko Carstens <heiko.carstens@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 c03fef7a9c22..17dbb4318261 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -273,11 +273,11 @@ config MARCH_Z10 | |||
273 | on older machines. | 273 | on older machines. |
274 | 274 | ||
275 | config MARCH_Z196 | 275 | config MARCH_Z196 |
276 | bool "IBM zEnterprise 196" | 276 | bool "IBM zEnterprise 114 and 196" |
277 | help | 277 | help |
278 | Select this to enable optimizations for IBM zEnterprise 196 | 278 | Select this to enable optimizations for IBM zEnterprise 114 and 196 |
279 | (2817 series). The kernel will be slightly faster but will not work | 279 | (2818 and 2817 series). The kernel will be slightly faster but will |
280 | on older machines. | 280 | not work on older machines. |
281 | 281 | ||
282 | endchoice | 282 | endchoice |
283 | 283 | ||