diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-10 16:06:37 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-10 16:06:37 +0000 |
commit | 9d2d146b5810d5ba25d323ecf7118c61d6e384d8 (patch) | |
tree | 9305255684ebf68d1537bd45d961350be9cc10a6 /target | |
parent | 2d335117cfabd96104297f23b15dc2945e253545 (diff) |
Added MMC/SD Card module support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6544 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |