diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index e6efc1277b04..7a18d2380e2c 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -230,6 +230,14 @@ config MARCH_Z9_109 | |||
230 | Class (z9 BC). The kernel will be slightly faster but will not | 230 | Class (z9 BC). The kernel will be slightly faster but will not |
231 | work on older machines such as the z990, z890, z900, and z800. | 231 | work on older machines such as the z990, z890, z900, and z800. |
232 | 232 | ||
233 | config MARCH_Z10 | ||
234 | bool "IBM System z10" | ||
235 | help | ||
236 | Select this to enable optimizations for IBM System z10. The | ||
237 | kernel will be slightly faster but will not work on older | ||
238 | machines such as the z990, z890, z900, z800, z9-109, z9-ec | ||
239 | and z9-bc. | ||
240 | |||
233 | endchoice | 241 | endchoice |
234 | 242 | ||
235 | config PACK_STACK | 243 | config PACK_STACK |