staging: xillybus: Removed dependency on OF_DEVICE in Kconfig
authorEli Billauer <eli.billauer@gmail.com>
Wed, 31 Jul 2013 08:22:42 +0000 (11:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:41:56 +0000 (17:41 -0700)
This variable was removed from the kernel a while ago.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/Kconfig

index 459d050065f797ee4379eca46c2d1df276dd3880..8a4181f846a107df9b68b1bf1e8cdc5b94930332 100644 (file)
@@ -4,7 +4,7 @@
 
 config XILLYBUS
        tristate "Xillybus generic FPGA interface"
-       depends on PCI || (OF_ADDRESS && OF_DEVICE && OF_IRQ) && m
+       depends on PCI || (OF_ADDRESS && OF_IRQ) && m
        help
          Xillybus is a generic interface for peripherals designed on
          programmable logic (FPGA). The driver probes the hardware for
@@ -23,7 +23,7 @@ config XILLYBUS_PCIE
 
 config XILLYBUS_OF
        tristate "Xillybus over Device Tree"
-       depends on XILLYBUS && OF_ADDRESS && OF_DEVICE && OF_IRQ
+       depends on XILLYBUS && OF_ADDRESS && OF_IRQ
        help
          Set to M if you want Xillybus to find its resources from the
          Open Firmware Flattened Device Tree. If the target is an embedded