diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2015-01-30 00:19:18 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2015-01-30 00:19:18 +0000 |
commit | d8091bdb4bca5158346b43e5207ebc6cfebccba6 (patch) | |
tree | d914cc62843169d9d57844c9ba76a5646bf0f88f /target/linux | |
parent | 38b7a18d3c01dc923faeb27eec162fd956a43116 (diff) | |
download | upstream-d8091bdb4bca5158346b43e5207ebc6cfebccba6.tar.gz upstream-d8091bdb4bca5158346b43e5207ebc6cfebccba6.tar.bz2 upstream-d8091bdb4bca5158346b43e5207ebc6cfebccba6.zip |
sunxi: disable MMC debugging in kernel config
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/config-3.18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18 index 3513f6ab3b..d96406ed3e 100644 --- a/target/linux/sunxi/config-3.18 +++ b/target/linux/sunxi/config-3.18 @@ -297,7 +297,7 @@ CONFIG_MIGRATION=y CONFIG_MMC=y CONFIG_MMC_BLOCK=y # CONFIG_MMC_BLOCK_BOUNCE is not set -CONFIG_MMC_DEBUG=y +# CONFIG_MMC_DEBUG is not set CONFIG_MMC_SUNXI=y CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_SPLIT_SUPPORT=y |