Kconfig (77703e0b0326a1fb06b5cb5b468a633472c5a8e9) | Kconfig (eb30abeedee76c04bdf41c6d88545472c11a5632) |
---|---|
1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config SENSORS_LIS3LV02D 8 tristate --- 501 unchanged lines hidden (view full) --- 510 for PCI Endpoint. 511 512config MISC_RTSX 513 tristate 514 default MISC_RTSX_PCI || MISC_RTSX_USB 515 516config PVPANIC 517 tristate "pvpanic device support" | 1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config SENSORS_LIS3LV02D 8 tristate --- 501 unchanged lines hidden (view full) --- 510 for PCI Endpoint. 511 512config MISC_RTSX 513 tristate 514 default MISC_RTSX_PCI || MISC_RTSX_USB 515 516config PVPANIC 517 tristate "pvpanic device support" |
518 depends on ACPI || OF | 518 depends on HAS_IOMEM && (ACPI || OF) |
519 help 520 This driver provides support for the pvpanic device. pvpanic is 521 a paravirtualized device provided by QEMU; it lets a virtual machine 522 (guest) communicate panic events to the host. 523 524source "drivers/misc/c2port/Kconfig" 525source "drivers/misc/eeprom/Kconfig" 526source "drivers/misc/cb710/Kconfig" --- 12 unchanged lines hidden --- | 519 help 520 This driver provides support for the pvpanic device. pvpanic is 521 a paravirtualized device provided by QEMU; it lets a virtual machine 522 (guest) communicate panic events to the host. 523 524source "drivers/misc/c2port/Kconfig" 525source "drivers/misc/eeprom/Kconfig" 526source "drivers/misc/cb710/Kconfig" --- 12 unchanged lines hidden --- |