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:
8e53cfc
)
[PATCH] GPIO for SCx200 & PC-8736x: x86-only
author
Dave Jones
<
[email protected]
>
Thu, 29 Jun 2006 09:24:32 +0000
(
02:24
-0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 29 Jun 2006 17:26:21 +0000
(10:26 -0700)
AFAICT, this is x86 only, so the patch below is needed to stop this new
option showing up on PPC, IA64, etc..
Signed-off-by: Dave Jones <
[email protected]
>
Cc: Jim Cromie <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index 410d70cb76fbee1a6b97f329ea78d9e16788c4fc..c40e487d9f5cd8a35475e4357800968eca3ba838 100644
(file)
--- a/
drivers/char/Kconfig
+++ b/
drivers/char/Kconfig
@@
-961,6
+961,7
@@
config PC8736x_GPIO
config NSC_GPIO
tristate "NatSemi Base GPIO Support"
+ depends on X86_32
# selected by SCx200_GPIO and PC8736x_GPIO
# what about 2 selectors differing: m != y
help