diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-03-10 16:06:37 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-03-10 16:06:37 +0000 |
commit | 98408d08542ae2f7cc110c1ca20cde9e57309f51 (patch) | |
tree | d53e1de4fdf8578190dce82a0a46124469b05529 /target | |
parent | 4a5cb10be35e55a3c725ae335d2f8532c98a0f55 (diff) | |
download | upstream-98408d08542ae2f7cc110c1ca20cde9e57309f51.tar.gz upstream-98408d08542ae2f7cc110c1ca20cde9e57309f51.tar.bz2 upstream-98408d08542ae2f7cc110c1ca20cde9e57309f51.zip |
Added MMC/SD Card module support
SVN-Revision: 6544
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91-2.6/config/default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/at91-2.6/config/default b/target/linux/at91-2.6/config/default index 05e6f7c38e..f75428310f 100644 --- a/target/linux/at91-2.6/config/default +++ b/target/linux/at91-2.6/config/default @@ -188,6 +188,11 @@ CONFIG_LEDS_TIMER=y CONFIG_MACH_VLINK=y # CONFIG_MINIX_FS is not set CONFIG_MINI_FO=y +CONFIG_MMC=m +CONFIG_MMC_AT91=m +CONFIG_MMC_BLOCK=m +# CONFIG_MMC_DEBUG is not set +# CONFIG_MMC_TIFM_SD is not set # CONFIG_MSDOS_FS is not set CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set |