diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2015-09-16 14:42:05 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-10-26 16:00:17 +0100 |
commit | b13af8f9685e85d0a0939aae8c5fce53f8e90186 (patch) | |
tree | 8cd86449b84d54e87e53118f9084698fc53f9d0a | |
parent | 87ffa7d30d0be24f4bcf08005f145903c5ef55b7 (diff) | |
download | talos-obmc-linux-b13af8f9685e85d0a0939aae8c5fce53f8e90186.tar.gz talos-obmc-linux-b13af8f9685e85d0a0939aae8c5fce53f8e90186.zip |
mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC
DesignWare MMC Controller's transfer mode should be decided
at runtime instead of compile-time. So we remove this config
option and read dw_mmc's register to select DMA master.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Acked-by: Govindraj Raja <govindraj.raja@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | arch/mips/configs/pistachio_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/pistachio_defconfig b/arch/mips/configs/pistachio_defconfig index 642b50946943..8b7429127a1d 100644 --- a/arch/mips/configs/pistachio_defconfig +++ b/arch/mips/configs/pistachio_defconfig @@ -257,7 +257,6 @@ CONFIG_MMC=y CONFIG_MMC_BLOCK_MINORS=16 CONFIG_MMC_TEST=m CONFIG_MMC_DW=y -CONFIG_MMC_DW_IDMAC=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_RTC_CLASS=y |