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:
bf0f500
)
drivers/fpga/Kconfig: fix build failure
author
Sudip Mukherjee
<
[email protected]
>
Wed, 3 Aug 2016 20:45:46 +0000
(13:45 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 4 Aug 2016 12:50:07 +0000
(08:50 -0400)
While building m32r allmodconfig the build is failing with the error:
ERROR: "bad_dma_ops" [drivers/fpga/zynq-fpga.ko] undefined!
Xilinx Zynq FPGA is using DMA but there was no dependency while
building.
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Sudip Mukherjee <
[email protected]
>
Acked-by: Moritz Fischer <
[email protected]
>
Cc: Alan Tull <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/fpga/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/fpga/Kconfig
b/drivers/fpga/Kconfig
index c9b9fdf6cfbbeb6d84eda25bd85f968e4ccb1b38..d61410299ec0cf806a7c0e613f97e894c5efcd73 100644
(file)
--- a/
drivers/fpga/Kconfig
+++ b/
drivers/fpga/Kconfig
@@
-21,6
+21,7
@@
config FPGA_MGR_SOCFPGA
config FPGA_MGR_ZYNQ_FPGA
tristate "Xilinx Zynq FPGA"
+ depends on HAS_DMA
help
FPGA manager driver support for Xilinx Zynq FPGAs.