diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 09:27:13 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 09:27:13 +0000 |
commit | ff8305e7021dc3c32e3a23c188eeb92557f4ba1d (patch) | |
tree | f9469b6246e390ceda9241edd948c8a6f92e19a2 /target/linux/avr32 | |
parent | 5422a5a7db139de3d4658d055afd5292eddad6ff (diff) | |
download | upstream-ff8305e7021dc3c32e3a23c188eeb92557f4ba1d.tar.gz upstream-ff8305e7021dc3c32e3a23c188eeb92557f4ba1d.tar.bz2 upstream-ff8305e7021dc3c32e3a23c188eeb92557f4ba1d.zip |
sort all target config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32')
-rw-r--r-- | target/linux/avr32/config-default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default index b267c94f86..640cddb11e 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -58,10 +58,10 @@ CONFIG_LEDS_GPIO=y CONFIG_LOAD_ADDRESS=0x10000000 CONFIG_LOADER_U_BOOT=y CONFIG_MACB=y -CONFIG_MMC=m -CONFIG_MMC_ATMELMCI=m # CONFIG_MMC_ATMELMCI_DMA is not set +CONFIG_MMC_ATMELMCI=m CONFIG_MMC_BLOCK=m +CONFIG_MMC=m # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set |