diff options
author | Dave Jones <davej@redhat.com> | 2006-06-29 05:24:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 13:26:21 -0400 |
commit | 699352c30da8525a6224116983dab012689a0a76 (patch) | |
tree | ab216b6914c785a81ba8a44638bd152587926aa6 /drivers/char/Kconfig | |
parent | 8e53cfc8f20345713fab7e290e19514a8032bb06 (diff) |
[PATCH] GPIO for SCx200 & PC-8736x: x86-only
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 <davej@redhat.com>
Cc: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 410d70cb76fb..c40e487d9f5c 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -961,6 +961,7 @@ config PC8736x_GPIO | |||
961 | 961 | ||
962 | config NSC_GPIO | 962 | config NSC_GPIO |
963 | tristate "NatSemi Base GPIO Support" | 963 | tristate "NatSemi Base GPIO Support" |
964 | depends on X86_32 | ||
964 | # selected by SCx200_GPIO and PC8736x_GPIO | 965 | # selected by SCx200_GPIO and PC8736x_GPIO |
965 | # what about 2 selectors differing: m != y | 966 | # what about 2 selectors differing: m != y |
966 | help | 967 | help |