aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-05-09 10:27:38 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-16 08:42:40 -0400
commit58770be6cc5901bfbb908d9c6d8ca679fc55df26 (patch)
treef83ef3786225009d0cf59ac34b698c0a8f4ccac4 /arch/s390/Kconfig
parentc15787a7c3f702c4240708fb8e63abce1bfe1136 (diff)
s390/ipl: remove builtin tape ipl code
Remove the builtin tape ipl code. If somebody really wants to create a tape which can be ipl'ed from, then this can be achieved by using zipl. zipl can write an ipl record to a tape device and aftwards the kernel image must be written to tape. The steps are described in the "Linux on System z - Device Drivers, Features, and Commands" book (SC33-8411). 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/Kconfig27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index eeaed9be5fda..354c0fe72ae3 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -406,33 +406,6 @@ config CHSC_SCH
406 406
407comment "Misc" 407comment "Misc"
408 408
409config IPL
410 def_bool y
411 prompt "Builtin IPL record support"
412 help
413 If you want to use the produced kernel to IPL directly from a
414 device, you have to merge a bootsector specific to the device
415 into the first bytes of the kernel. You will have to select the
416 IPL device.
417
418choice
419 prompt "IPL method generated into head.S"
420 depends on IPL
421 default IPL_VM
422 help
423 Select "tape" if you want to IPL the image from a Tape.
424
425 Select "vm_reader" if you are running under VM/ESA and want
426 to IPL the image from the emulated card reader.
427
428config IPL_TAPE
429 bool "tape"
430
431config IPL_VM
432 bool "vm_reader"
433
434endchoice
435
436source "fs/Kconfig.binfmt" 409source "fs/Kconfig.binfmt"
437 410
438config FORCE_MAX_ZONEORDER 411config FORCE_MAX_ZONEORDER