diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-10-28 06:10:20 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-10-28 06:12:06 -0400 |
commit | 46e7951f9431b5e6bfbeb3044fdb4b522f58101c (patch) | |
tree | 5f795da257ed6ecad1e1e14138e73ea13c5d181f /arch/s390/Kconfig | |
parent | b3c21e4919c8598c58faaa0a650dc398baddd993 (diff) |
[S390] Change default IPL method to IPL_VM.
allyesconfig and allmodconfig built kernels have a tape IPL record.
A the vmreader record makes much more sense, since hardly anybody will
ever IPL a kernel from tape. So change the default.
As I side effect I can test these kernels without fiddling around with
the kernel config ;)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 70b7645ce745..5f5c29269fb1 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -384,7 +384,7 @@ config IPL | |||
384 | choice | 384 | choice |
385 | prompt "IPL method generated into head.S" | 385 | prompt "IPL method generated into head.S" |
386 | depends on IPL | 386 | depends on IPL |
387 | default IPL_TAPE | 387 | default IPL_VM |
388 | help | 388 | help |
389 | Select "tape" if you want to IPL the image from a Tape. | 389 | Select "tape" if you want to IPL the image from a Tape. |
390 | 390 | ||