diff options
author | Marc Andre Tanner <mat@brain-dump.org> | 2009-11-23 10:25:21 +0100 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-12-06 08:46:45 +0100 |
commit | 0529d0a163400840d3edbabefb3d6e36c52fe52e (patch) | |
tree | a24508eb24531a8bdf1585ed0b87bf573fc16ff0 /drivers/mfd | |
parent | 1d482c4ef16308d77ff4415714ec7b7bc3c2ecb1 (diff) |
glamo-mci: select CRC7 in Kconfig
Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/glamo/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig index 8c93bcbdb46..3aa4831a4ff 100644 --- a/drivers/mfd/glamo/Kconfig +++ b/drivers/mfd/glamo/Kconfig @@ -33,6 +33,7 @@ config MFD_GLAMO_GPIO config MFD_GLAMO_MCI tristate "Glamo S3C SD/MMC Card Interface support" depends on MFD_GLAMO && MMC && REGULATOR + select CRC7 help This selects a driver for the MCI interface found in the S-Media GLAMO chip, as used in Openmoko |