Commit 699352c30da8525a6224116983dab012689a0a76

Authored by Dave Jones
Committed by Linus Torvalds
1 parent 8e53cfc8f2

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/char/Kconfig
... ... @@ -961,6 +961,7 @@
961 961  
962 962 config NSC_GPIO
963 963 tristate "NatSemi Base GPIO Support"
  964 + depends on X86_32
964 965 # selected by SCx200_GPIO and PC8736x_GPIO
965 966 # what about 2 selectors differing: m != y
966 967 help