Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) Kconfig (1fde573413b549d52183382e639c1d6ce88f5959)
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

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

768 prompt "Support for VFIO-CCW subchannels"
769 depends on S390_CCW_IOMMU && VFIO_MDEV
770 help
771 This driver allows usage of I/O subchannels via VFIO-CCW.
772
773 To compile this driver as a module, choose M here: the
774 module will be called vfio_ccw.
775
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

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

768 prompt "Support for VFIO-CCW subchannels"
769 depends on S390_CCW_IOMMU && VFIO_MDEV
770 help
771 This driver allows usage of I/O subchannels via VFIO-CCW.
772
773 To compile this driver as a module, choose M here: the
774 module will be called vfio_ccw.
775
776config VFIO_AP
777 def_tristate n
778 prompt "VFIO support for AP devices"
779 depends on S390_AP_IOMMU && VFIO_MDEV_DEVICE && KVM
780 help
781 This driver grants access to Adjunct Processor (AP) devices
782 via the VFIO mediated device interface.
783
784 To compile this driver as a module, choose M here: the module
785 will be called vfio_ap.
786
776endmenu
777
778menu "Dump support"
779
780config CRASH_DUMP
781 bool "kernel crash dumps"
782 depends on SMP
783 select KEXEC

--- 172 unchanged lines hidden ---
787endmenu
788
789menu "Dump support"
790
791config CRASH_DUMP
792 bool "kernel crash dumps"
793 depends on SMP
794 select KEXEC

--- 172 unchanged lines hidden ---