summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300
diff options
context:
space:
mode:
authorCeline Buret2011-07-04 17:05:11 +0200
committerCeline Buret2011-08-12 17:25:06 +0200
commitae09989da783331da1607943efa23ae676ccb8a9 (patch)
treebbc30330892ec3f36e95e4eb377f4cb330e9bb18 /cleopatre/linux-2.6.25.10-spc300
parent129724bc3e29c6a09f4391c32d955016c04b6d93 (diff)
cleo/linux/gpio: update allowed gpio-s for user mode, refs #2501
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/drivers/gpio/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/drivers/gpio/Kconfig b/cleopatre/linux-2.6.25.10-spc300/drivers/gpio/Kconfig
index 565e1d433b..eb5c0f2a69 100644
--- a/cleopatre/linux-2.6.25.10-spc300/drivers/gpio/Kconfig
+++ b/cleopatre/linux-2.6.25.10-spc300/drivers/gpio/Kconfig
@@ -85,7 +85,10 @@ config SPC300_GPIO_USABLE
default 0xffff if MACH_SPK300G
default 0xffff if MACH_SPK310
default 0xffff if MACH_SCR310
- default 0x0000
+ default 0xffff if MACH_SPK300
+ default 0xffff if MACH_SPR300
+ default 0xffff if MACH_SPR310
+ default 0x0000
range 0x0 0xffff
help
Each bit correspond to a GPIO. Put a one for each usable GPIO.