diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-18 14:53:21 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-18 14:53:21 +0000 |
commit | 80098867e88d1a3d994362d2267ced4e52e41588 (patch) | |
tree | 0bce00c99d7be51b333c1e748b8dec6472d5fbff /target | |
parent | 3bf3252489e083b1a67dbdfb156db68075a8f496 (diff) |
[realview] disable built-in MMC support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realview/config-default | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/realview/config-default b/target/linux/realview/config-default index d2acfbd64..f1a6427ba 100644 --- a/target/linux/realview/config-default +++ b/target/linux/realview/config-default @@ -131,8 +131,7 @@ CONFIG_MACH_REALVIEW_PBA8=y CONFIG_MACH_REALVIEW_PBX=y CONFIG_MAGIC_SYSRQ=y # CONFIG_MFD_T7L66XB is not set -CONFIG_MMC=y -CONFIG_MMC_ARMMMCI=y +# CONFIG_MMC_ARMMMCI is not set # CONFIG_MPCORE_WATCHDOG is not set CONFIG_MTD_ARM_INTEGRATOR=y CONFIG_MTD_CMDLINE_PARTS=y |