diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-30 12:04:01 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-30 12:04:01 +0000 |
commit | 23608e4c25923b9ebb2b4ba163ff2bafd2446568 (patch) | |
tree | 02fecc017af7e93e093908425620dd3f540e25c4 /target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig | |
parent | 4be26b9ae53148754007f968a90d26e11303d1a8 (diff) | |
download | upstream-23608e4c25923b9ebb2b4ba163ff2bafd2446568.tar.gz upstream-23608e4c25923b9ebb2b4ba163ff2bafd2446568.tar.bz2 upstream-23608e4c25923b9ebb2b4ba163ff2bafd2446568.zip |
glamo: Implement gpiolib for the glamo. Get rid of glamo-spi-gpio and use the generic spi-gpio driver instead.
SVN-Revision: 17048
Diffstat (limited to 'target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig')
-rw-r--r-- | target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig b/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig index 8de1c2f39d..8c93bcbdb4 100644 --- a/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig +++ b/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/Kconfig @@ -23,23 +23,12 @@ config MFD_GLAMO_FB If unsure, say N. -config MFD_GLAMO_FB_XGLAMO_WORKAROUND - bool "Smedia Glamo 336x/337x Xglamo rotation workaround" - depends on MFD_GLAMO_FB - help - This is a workaround for a Xglamo bug. This should be fixed - in Xglamo and not in kernel space. - - If unsure, say N. - - -config MFD_GLAMO_SPI_GPIO - tristate "Glamo GPIO SPI bitbang support" +config MFD_GLAMO_GPIO + tristate "Glamo GPIO support" depends on MFD_GLAMO - select SPI_BITBANG help - Enable a bitbanging SPI adapter driver for the Smedia Glamo. + Enable a bitbanging SPI adapter driver for the Smedia Glamo. config MFD_GLAMO_MCI tristate "Glamo S3C SD/MMC Card Interface support" |