diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-06-30 22:29:06 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-06-30 22:29:06 +0000 |
commit | ccf07890ada29f18188c211e8d0f0a5a62ed797e (patch) | |
tree | 39c82e552985431733e5389ee0bef928a1176120 /target/linux/s3c24xx | |
parent | 1850996a1ba88b45baa5b74ef79502e83a1799b1 (diff) | |
download | upstream-ccf07890ada29f18188c211e8d0f0a5a62ed797e.tar.gz upstream-ccf07890ada29f18188c211e8d0f0a5a62ed797e.tar.bz2 upstream-ccf07890ada29f18188c211e8d0f0a5a62ed797e.zip |
[s3c24xx] Enable s3c mmc driver.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.30 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index f40cd5e45e..b28237da55 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -261,7 +261,7 @@ CONFIG_MMC=y CONFIG_MMC_BLOCK=y CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_MMC_DEBUG is not set -# CONFIG_MMC_S3C is not set +CONFIG_MMC_S3C=y # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_SPI is not set # CONFIG_MMC_UNSAFE_RESUME is not set |