diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-01-18 14:53:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-01-18 14:53:21 +0000 |
commit | 5407d30b8f7a7756cdd312f79b7eb6458c0d9c08 (patch) | |
tree | 0bce00c99d7be51b333c1e748b8dec6472d5fbff /target/linux/realview | |
parent | 98ae75ef1cbf4ba99c5edc37b108c2d277733db9 (diff) | |
download | upstream-5407d30b8f7a7756cdd312f79b7eb6458c0d9c08.tar.gz upstream-5407d30b8f7a7756cdd312f79b7eb6458c0d9c08.tar.bz2 upstream-5407d30b8f7a7756cdd312f79b7eb6458c0d9c08.zip |
[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/linux/realview')
-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 d2acfbd64e..f1a6427ba5 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 |