summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config
diff options
context:
space:
mode:
authorsave2009-08-26 08:31:23 +0000
committersave2009-08-26 08:31:23 +0000
commit1a5638d81dd85334998ba17b6a5481b2b112ef74 (patch)
tree5ca9988a8e2e250b4e9c72394c913ed59e1b1b22 /cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config
parent272490c88233979bd259d7a11a5de462d3cf9bd3 (diff)
[CLEO][KERNEL]Added gpio interface for kernel part
- Forced using GENERIC_GPIO and LIBGPIO for our target - Corrected the ngpio field bug under libgpios library - Prepared gpio using with libgpio under init kernel part - Prepared menuconfig for spc300 gpios git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5298 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config')
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config22
1 files changed, 21 insertions, 1 deletions
diff --git a/cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config b/cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config
index 4d3105e37a..5a516312e7 100644
--- a/cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config
+++ b/cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config
@@ -5,7 +5,7 @@
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
-# CONFIG_GENERIC_GPIO is not set
+CONFIG_GENERIC_GPIO=y
# CONFIG_GENERIC_TIME is not set
# CONFIG_GENERIC_CLOCKEVENTS is not set
CONFIG_MMU=y
@@ -673,6 +673,26 @@ CONFIG_SPI_SPC300=y
CONFIG_SPI_AT25=y
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_TLE62X0 is not set
+CONFIG_HAVE_GPIO_LIB=y
+
+#
+# GPIO Support
+#
+# CONFIG_DEBUG_GPIO is not set
+
+#
+# I2C GPIO expanders:
+#
+
+#
+# SPI GPIO expanders:
+#
+# CONFIG_GPIO_MCP23S08 is not set
+
+#
+# GPIO in User Mode:
+#
+# CONFIG_SPC300_GPIO_USER_MODE is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set