Kconfig (1a280f48c0e403903cf0b4231c95b948e664f25a) Kconfig (8bf8c5ee1f3863d944c1d8c29335f0c790b4f851)
1# SPDX-License-Identifier: GPL-2.0
2config MMU
3 def_bool y
4
5config CPU_BIG_ENDIAN
6 def_bool y
7
8config LOCKDEP_SUPPORT

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

182 select HAVE_KERNEL_LZMA
183 select HAVE_KERNEL_LZO
184 select HAVE_KERNEL_UNCOMPRESSED
185 select HAVE_KERNEL_XZ
186 select HAVE_KERNEL_ZSTD
187 select HAVE_KPROBES
188 select HAVE_KPROBES_ON_FTRACE
189 select HAVE_KRETPROBES
1# SPDX-License-Identifier: GPL-2.0
2config MMU
3 def_bool y
4
5config CPU_BIG_ENDIAN
6 def_bool y
7
8config LOCKDEP_SUPPORT

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

182 select HAVE_KERNEL_LZMA
183 select HAVE_KERNEL_LZO
184 select HAVE_KERNEL_UNCOMPRESSED
185 select HAVE_KERNEL_XZ
186 select HAVE_KERNEL_ZSTD
187 select HAVE_KPROBES
188 select HAVE_KPROBES_ON_FTRACE
189 select HAVE_KRETPROBES
190 select HAVE_RETHOOK
191 select HAVE_KVM
192 select HAVE_LIVEPATCH
193 select HAVE_MEMBLOCK_PHYS_MAP
194 select HAVE_MOD_ARCH_SPECIFIC
195 select HAVE_NMI
196 select HAVE_NOP_MCOUNT
197 select HAVE_PCI
198 select HAVE_PERF_EVENTS

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

709 as a communication vehicle for SCM increments.
710
711 To compile this driver as a module, choose M here: the
712 module will be called eadm_sch.
713
714config VFIO_CCW
715 def_tristate n
716 prompt "Support for VFIO-CCW subchannels"
190 select HAVE_KVM
191 select HAVE_LIVEPATCH
192 select HAVE_MEMBLOCK_PHYS_MAP
193 select HAVE_MOD_ARCH_SPECIFIC
194 select HAVE_NMI
195 select HAVE_NOP_MCOUNT
196 select HAVE_PCI
197 select HAVE_PERF_EVENTS

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

708 as a communication vehicle for SCM increments.
709
710 To compile this driver as a module, choose M here: the
711 module will be called eadm_sch.
712
713config VFIO_CCW
714 def_tristate n
715 prompt "Support for VFIO-CCW subchannels"
717 depends on S390_CCW_IOMMU && VFIO_MDEV
716 depends on S390_CCW_IOMMU
717 select VFIO_MDEV
718 help
719 This driver allows usage of I/O subchannels via VFIO-CCW.
720
721 To compile this driver as a module, choose M here: the
722 module will be called vfio_ccw.
723
724config VFIO_AP
725 def_tristate n
726 prompt "VFIO support for AP devices"
718 help
719 This driver allows usage of I/O subchannels via VFIO-CCW.
720
721 To compile this driver as a module, choose M here: the
722 module will be called vfio_ccw.
723
724config VFIO_AP
725 def_tristate n
726 prompt "VFIO support for AP devices"
727 depends on S390_AP_IOMMU && VFIO_MDEV && KVM
727 depends on S390_AP_IOMMU && KVM
728 select VFIO_MDEV
728 depends on ZCRYPT
729 help
730 This driver grants access to Adjunct Processor (AP) devices
731 via the VFIO mediated device interface.
732
733 To compile this driver as a module, choose M here: the module
734 will be called vfio_ap.
735

--- 203 unchanged lines hidden ---
729 depends on ZCRYPT
730 help
731 This driver grants access to Adjunct Processor (AP) devices
732 via the VFIO mediated device interface.
733
734 To compile this driver as a module, choose M here: the module
735 will be called vfio_ap.
736

--- 203 unchanged lines hidden ---