aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-05-09 16:27:38 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-16 14:42:40 +0200
commit58770be6cc5901bfbb908d9c6d8ca679fc55df26 (patch)
treef83ef3786225009d0cf59ac34b698c0a8f4ccac4 /arch/s390/Kconfig
parents390: remove dead code from signal handler (diff)
downloadlinux-dev-58770be6cc5901bfbb908d9c6d8ca679fc55df26.tar.xz
linux-dev-58770be6cc5901bfbb908d9c6d8ca679fc55df26.zip
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
comment "Misc"
-config IPL
- def_bool y
- prompt "Builtin IPL record support"
- help
- If you want to use the produced kernel to IPL directly from a
- device, you have to merge a bootsector specific to the device
- into the first bytes of the kernel. You will have to select the
- IPL device.
-
-choice
- prompt "IPL method generated into head.S"
- depends on IPL
- default IPL_VM
- help
- Select "tape" if you want to IPL the image from a Tape.
-
- Select "vm_reader" if you are running under VM/ESA and want
- to IPL the image from the emulated card reader.
-
-config IPL_TAPE
- bool "tape"
-
-config IPL_VM
- bool "vm_reader"
-
-endchoice
-
source "fs/Kconfig.binfmt"
config FORCE_MAX_ZONEORDER