Kconfig (89d0180a60fcc5368eb2d92faeb1e012f8a591b3) | Kconfig (badbf39790798283f2424828e7b7bec3962f1e02) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config MMU 3 def_bool y 4 5config ZONE_DMA 6 def_bool y 7 8config CPU_BIG_ENDIAN --- 1004 unchanged lines hidden (view full) --- 1013 help 1014 Enabling this option adds support for virtio based paravirtual device 1015 drivers on s390. 1016 1017 Select this option if you want to run the kernel as a guest under 1018 the KVM hypervisor. 1019 1020endmenu | 1# SPDX-License-Identifier: GPL-2.0 2config MMU 3 def_bool y 4 5config ZONE_DMA 6 def_bool y 7 8config CPU_BIG_ENDIAN --- 1004 unchanged lines hidden (view full) --- 1013 help 1014 Enabling this option adds support for virtio based paravirtual device 1015 drivers on s390. 1016 1017 Select this option if you want to run the kernel as a guest under 1018 the KVM hypervisor. 1019 1020endmenu |
1021 1022menu "Selftests" 1023 1024config S390_UNWIND_SELFTEST 1025 def_tristate n 1026 prompt "Test unwind functions" 1027 help 1028 This option enables s390 specific stack unwinder testing kernel 1029 module. This option is not useful for distributions or general 1030 kernels, but only for kernel developers working on architecture code. 1031 1032 Say N if you are unsure. 1033 1034endmenu |
|