arm gpio drivers: make them 'depends on ARM'
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 May 2011 21:06:42 +0000 (14:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 May 2011 21:06:42 +0000 (14:06 -0700)
commitfac04863cef53a69830590b2e1c54345068a9747
tree59b9161b442ccd340324a8b42cdace84206014bb
parent2ba781ced93922e249dee2ac0751faccb4fb0656
arm gpio drivers: make them 'depends on ARM'

We had a few drivers move from arch/arm into drivers/gpio, but they
don't actually compile without the ARM platform headers etc.  As a
result they were messing up allyesconfig on x86.

Make them depend on ARM.

Reported-by: Ingo Molnar <mingo@elte.hu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/Kconfig