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 | 5c8c4a2c1f0b7f76357626482429c429c142b896 (patch) | |
tree | cc4785f0481dcffdee3ac6d5135a7e7b69c17cd2 /target/linux/realview | |
parent | da7074758f828e5305678a54a76650cf2758e82c (diff) | |
download | upstream-5c8c4a2c1f0b7f76357626482429c429c142b896.tar.gz upstream-5c8c4a2c1f0b7f76357626482429c429c142b896.tar.bz2 upstream-5c8c4a2c1f0b7f76357626482429c429c142b896.zip |
disable built-in MMC support
SVN-Revision: 25042
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 |