Re: [RFC PATCH v3 3/5] arm: configs: remove CONFIG_MMC_DW_IDMAC
From: Vineet Gupta <hidden>
Date: 2015-08-05 08:34:54
Also in:
linux-mips, linux-mmc, linux-rockchip, linux-samsung-soc
From: Vineet Gupta <hidden>
Date: 2015-08-05 08:34:54
Also in:
linux-mips, linux-mmc, linux-rockchip, linux-samsung-soc
On Wednesday 05 August 2015 01:52 PM, Shawn Lin wrote:
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option, and elaborate more in Documentation(synopsys-dw-mshc). Modify these files: arch/arc/configs/axs101_defconfig arch/arc/configs/axs103_defconfig arch/arc/configs/axs103_smp_defconfig
While you remove the config option from ARC defconfigs, you fail to add the corresponding DT glue in ARC files (like you did for ARM). The pointer to DT is contained in corresponding defconfig. Please fix that . -Vineet