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:
5c4a608
)
nios2: remove unneeded HAS_DMA define
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Mon, 26 Nov 2018 07:42:10 +0000
(16:42 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sun, 6 Jan 2019 00:46:51 +0000
(09:46 +0900)
kernel/dma/Kconfig globally defines HAS_DMA as follows:
config HAS_DMA
bool
depends on !NO_DMA
default y
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
arch/nios2/Kconfig
patch
|
blob
|
history
diff --git
a/arch/nios2/Kconfig
b/arch/nios2/Kconfig
index f6c4b0f499972140c92066134dcff5e8271626c2..532343eebf8901288d95645d13f1128ecfdff6ac 100644
(file)
--- a/
arch/nios2/Kconfig
+++ b/
arch/nios2/Kconfig
@@
-36,9
+36,6
@@
config GENERIC_CALIBRATE_DELAY
config NO_IOPORT_MAP
def_bool y
-config HAS_DMA
- def_bool y
-
config FPU
def_bool n