diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-01-04 06:18:56 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-01-08 13:48:54 +0300 |
commit | de2dbca289da0740c8887259b55cd9866c39833a (patch) | |
tree | 4705feff87af0784f6a43d707b2ff469fb98ff8a /arch/arm/configs/zx_defconfig | |
parent | 5255a847c30f309258325f5ce16f7ba35c04b2cd (diff) | |
download | linux-de2dbca289da0740c8887259b55cd9866c39833a.tar.xz |
ARM: zx_defconfig: remove CONFIG_MMC_DW_IDMAC
dw_mmc driver never use this macro, so remove it from
zx_defconfig
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/zx_defconfig')
-rw-r--r-- | arch/arm/configs/zx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/zx_defconfig b/arch/arm/configs/zx_defconfig index b200bb0fecdd..ab683fbbb954 100644 --- a/arch/arm/configs/zx_defconfig +++ b/arch/arm/configs/zx_defconfig @@ -83,7 +83,6 @@ CONFIG_MMC=y CONFIG_MMC_UNSAFE_RESUME=y CONFIG_MMC_BLOCK_MINORS=16 CONFIG_MMC_DW=y -CONFIG_MMC_DW_IDMAC=y CONFIG_EXT2_FS=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y |