misc: gehc-achc: new driver
[linux-2.6-microblaze.git] / drivers / misc / Kconfig
index f532c59..a420b59 100644 (file)
@@ -208,6 +208,18 @@ config CS5535_CLOCK_EVENT_SRC
          MFGPTs have a better resolution and max interval than the
          generic PIT, and are suitable for use as high-res timers.
 
+config GEHC_ACHC
+       tristate "GEHC ACHC support"
+       depends on SPI && SYSFS
+       depends on SOC_IMX53 || COMPILE_TEST
+       select FW_LOADER
+       help
+         Support for GE ACHC microcontroller, that is part of the GE
+         PPD device.
+
+         To compile this driver as a module, choose M here: the
+         module will be called gehc-achc.
+
 config HP_ILO
        tristate "Channel interface driver for the HP iLO processor"
        depends on PCI
@@ -402,6 +414,16 @@ config SRAM
 config SRAM_EXEC
        bool
 
+config DW_XDATA_PCIE
+       depends on PCI
+       tristate "Synopsys DesignWare xData PCIe driver"
+       help
+         This driver allows controlling Synopsys DesignWare PCIe traffic
+         generator IP also known as xData, present in Synopsys DesignWare
+         PCIe Endpoint prototype.
+
+         If unsure, say N.
+
 config PCI_ENDPOINT_TEST
        depends on PCI
        select CRC32
@@ -427,14 +449,6 @@ config MISC_RTSX
        tristate
        default MISC_RTSX_PCI || MISC_RTSX_USB
 
-config PVPANIC
-       tristate "pvpanic device support"
-       depends on HAS_IOMEM && (ACPI || OF)
-       help
-         This driver provides support for the pvpanic device.  pvpanic is
-         a paravirtualized device provided by QEMU; it lets a virtual machine
-         (guest) communicate panic events to the host.
-
 config HISI_HIKEY_USB
        tristate "USB GPIO Hub on HiSilicon Hikey 960/970 Platform"
        depends on (OF && GPIOLIB) || COMPILE_TEST
@@ -461,4 +475,5 @@ source "drivers/misc/bcm-vk/Kconfig"
 source "drivers/misc/cardreader/Kconfig"
 source "drivers/misc/habanalabs/Kconfig"
 source "drivers/misc/uacce/Kconfig"
+source "drivers/misc/pvpanic/Kconfig"
 endmenu