Kconfig (6dc6472581f693b5fc95aebedf67b4960fb85cf0) Kconfig (20766c083e6ab3c33125f07c7ffe39914c106d98)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config SCHED_MC
7 def_bool y
8 depends on SMP

--- 551 unchanged lines hidden (view full) ---

560 tristate "zfcpdump support"
561 select SMP
562 default n
563 help
564 Select this option if you want to build an zfcpdump enabled kernel.
565 Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
566
567config S390_GUEST
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config SCHED_MC
7 def_bool y
8 depends on SMP

--- 551 unchanged lines hidden (view full) ---

560 tristate "zfcpdump support"
561 select SMP
562 default n
563 help
564 Select this option if you want to build an zfcpdump enabled kernel.
565 Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
566
567config S390_GUEST
568bool "s390 guest support (EXPERIMENTAL)"
568bool "s390 guest support for KVM (EXPERIMENTAL)"
569 depends on 64BIT && EXPERIMENTAL
570 select VIRTIO
571 select VIRTIO_RING
572 select VIRTIO_CONSOLE
573 help
569 depends on 64BIT && EXPERIMENTAL
570 select VIRTIO
571 select VIRTIO_RING
572 select VIRTIO_CONSOLE
573 help
574 Select this option if you want to run the kernel under s390 linux
574 Select this option if you want to run the kernel as a guest under
575 the KVM hypervisor. This will add detection for KVM as well as a
576 virtio transport. If KVM is detected, the virtio console will be
577 the default console.
575endmenu
576
577source "net/Kconfig"
578
579config PCMCIA
580 def_bool n
581
582config CCW

--- 15 unchanged lines hidden ---
578endmenu
579
580source "net/Kconfig"
581
582config PCMCIA
583 def_bool n
584
585config CCW

--- 15 unchanged lines hidden ---