projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9e877
)
[PATCH] arch/sh/Kconfig: fix the ISA_DMA_API dependencies
author
Adrian Bunk
<bunk@stusta.de>
Fri, 17 Feb 2006 21:52:42 +0000
(13:52 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 17 Feb 2006 21:59:26 +0000
(13:59 -0800)
Jean-Luc Leger <reiga@dspnet.fr.eu.org> found this obvious typo.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index 504d56f8ca7fce9a674a8b8875714b446c7cb338..e73621d03a28600e3cf99f825e1ca733c6705a78 100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-446,7
+446,7
@@
endmenu
config ISA_DMA_API
bool
- depends on MPC1211
+ depends on
SH_
MPC1211
default y
menu "Kernel features"