Kconfig (c043b4a8cf3b16fbdcaec1126841431c33b16e98) | Kconfig (c9b9f5f8c0f3cdb893cb86c168cdaa3aa5ed7278) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIRTIO 3 tristate 4 ---help--- 5 This option is selected by any driver which implements the virtio 6 bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG 7 or CONFIG_S390_GUEST. 8 --- 95 unchanged lines hidden (view full) --- 104 Allow virtio-mmio devices instantiation via the kernel command line 105 or module parameters. Be aware that using incorrect parameters (base 106 address in particular) can crash your system - you have been warned. 107 See Documentation/admin-guide/kernel-parameters.rst for details. 108 109 If unsure, say 'N'. 110 111endif # VIRTIO_MENU | 1# SPDX-License-Identifier: GPL-2.0-only 2config VIRTIO 3 tristate 4 ---help--- 5 This option is selected by any driver which implements the virtio 6 bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG 7 or CONFIG_S390_GUEST. 8 --- 95 unchanged lines hidden (view full) --- 104 Allow virtio-mmio devices instantiation via the kernel command line 105 or module parameters. Be aware that using incorrect parameters (base 106 address in particular) can crash your system - you have been warned. 107 See Documentation/admin-guide/kernel-parameters.rst for details. 108 109 If unsure, say 'N'. 110 111endif # VIRTIO_MENU |
112 113source "drivers/virtio/vdpa/Kconfig" | |