Commit 853a57f2 authored by Eli Billauer's avatar Eli Billauer Committed by Greg Kroah-Hartman

staging: xillybus: Removed dependency on OF_DEVICE in Kconfig

This variable was removed from the kernel a while ago.
Signed-off-by: default avatarEli Billauer <eli.billauer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 71c9e43b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
config XILLYBUS config XILLYBUS
tristate "Xillybus generic FPGA interface" tristate "Xillybus generic FPGA interface"
depends on PCI || (OF_ADDRESS && OF_DEVICE && OF_IRQ) && m depends on PCI || (OF_ADDRESS && OF_IRQ) && m
help help
Xillybus is a generic interface for peripherals designed on Xillybus is a generic interface for peripherals designed on
programmable logic (FPGA). The driver probes the hardware for programmable logic (FPGA). The driver probes the hardware for
...@@ -23,7 +23,7 @@ config XILLYBUS_PCIE ...@@ -23,7 +23,7 @@ config XILLYBUS_PCIE
config XILLYBUS_OF config XILLYBUS_OF
tristate "Xillybus over Device Tree" tristate "Xillybus over Device Tree"
depends on XILLYBUS && OF_ADDRESS && OF_DEVICE && OF_IRQ depends on XILLYBUS && OF_ADDRESS && OF_IRQ
help help
Set to M if you want Xillybus to find its resources from the Set to M if you want Xillybus to find its resources from the
Open Firmware Flattened Device Tree. If the target is an embedded Open Firmware Flattened Device Tree. If the target is an embedded
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment