projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07bf39
)
staging: xillybus: remove redundant Kconfig dependency
author
Baruch Siach
<
[email protected]
>
Fri, 4 Oct 2013 07:52:41 +0000
(10:52 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 6 Oct 2013 00:52:58 +0000
(17:52 -0700)
XILLYBUS_PCIE and XILLYBUS_OF are inside 'if XILLYBUS' already, so there is not
need to depend on XILLYBUS.
Cc: Eli Billauer <
[email protected]
>
Signed-off-by: Baruch Siach <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/xillybus/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/xillybus/Kconfig
b/drivers/staging/xillybus/Kconfig
index 8a4181f846a107df9b68b1bf1e8cdc5b94930332..b15f778b4c6815e43a4320cd94862e79dfe4b529 100644
(file)
--- a/
drivers/staging/xillybus/Kconfig
+++ b/
drivers/staging/xillybus/Kconfig
@@
-16,14
+16,14
@@
if XILLYBUS
config XILLYBUS_PCIE
tristate "Xillybus over PCIe"
- depends on
XILLYBUS &&
PCI
+ depends on PCI
help
Set to M if you want Xillybus to use PCI Express for communicating
with the FPGA.
config XILLYBUS_OF
tristate "Xillybus over Device Tree"
- depends on
XILLYBUS &&
OF_ADDRESS && OF_IRQ
+ depends on 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