From 1a5638d81dd85334998ba17b6a5481b2b112ef74 Mon Sep 17 00:00:00 2001 From: save Date: Wed, 26 Aug 2009 08:31:23 +0000 Subject: [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 --- .../target/device/Spidcom/arizona/linux26.config | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'cleopatre/buildroot/target/device/Spidcom/arizona/linux26.config') 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 -- cgit v1.2.3