Kconfig (c771600c6af14749609b49565ffb4cac2959710d) Kconfig (24ffa71b0f15fe4827d3672d5918f97564b2fba1)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "UML Character Devices"
4
5config STDERR_CONSOLE
6 bool "stderr console"
7 default y
8 help

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

340 # there's no use in this if PM_SLEEP isn't enabled ...
341 depends on PM_SLEEP
342 help
343 When PM_SLEEP is configured, it may be desirable to wake up using
344 rtcwake, especially in time-travel mode. This driver enables that
345 by providing a fake RTC clock that causes a wakeup at the right
346 time.
347
1# SPDX-License-Identifier: GPL-2.0
2
3menu "UML Character Devices"
4
5config STDERR_CONSOLE
6 bool "stderr console"
7 default y
8 help

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

340 # there's no use in this if PM_SLEEP isn't enabled ...
341 depends on PM_SLEEP
342 help
343 When PM_SLEEP is configured, it may be desirable to wake up using
344 rtcwake, especially in time-travel mode. This driver enables that
345 by providing a fake RTC clock that causes a wakeup at the right
346 time.
347
348config UML_PCI_OVER_VIRTIO
349 bool "Enable PCI over VIRTIO device simulation"
350 # in theory, just VIRTIO is enough, but that causes recursion
351 depends on VIRTIO_UML
348config UML_PCI
349 bool
352 select FORCE_PCI
353 select UML_IOMEM_EMULATION
354 select UML_DMA_EMULATION
355 select PCI_MSI
356 select PCI_LOCKLESS_CONFIG
357
350 select FORCE_PCI
351 select UML_IOMEM_EMULATION
352 select UML_DMA_EMULATION
353 select PCI_MSI
354 select PCI_LOCKLESS_CONFIG
355
356config UML_PCI_OVER_VIRTIO
357 bool "Enable PCI over VIRTIO device simulation"
358 # in theory, just VIRTIO is enough, but that causes recursion
359 depends on VIRTIO_UML
360 select UML_PCI
361
358config UML_PCI_OVER_VIRTIO_DEVICE_ID
359 int "set the virtio device ID for PCI emulation"
360 default -1
361 depends on UML_PCI_OVER_VIRTIO
362 help
363 There's no official device ID assigned (yet), set the one you
364 wish to use for experimentation here. The default of -1 is
365 not valid and will cause the driver to fail at probe.
362config UML_PCI_OVER_VIRTIO_DEVICE_ID
363 int "set the virtio device ID for PCI emulation"
364 default -1
365 depends on UML_PCI_OVER_VIRTIO
366 help
367 There's no official device ID assigned (yet), set the one you
368 wish to use for experimentation here. The default of -1 is
369 not valid and will cause the driver to fail at probe.