commit | 189b4ee8e9daf349db80f47b81edec67d223a953 | [log] [tgz] |
---|---|---|
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | Tue Apr 23 20:00:06 2013 +0900 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Apr 30 15:50:12 2013 +0530 |
tree | 7063b7f6fb630b5e39c2d4047ff9d7c5395a34f5 | |
parent | bbe89c8e3d598129b728d1388c3ad9abe4e8e261 [diff] |
dma: sh: add Kconfig This patch adds Kconfig in the drivers/dma/sh. This patch also adds a new config "SH_DMAE_BASE" and the "config SH_DMAE" depends on it. Since some drivers (e.g. sh_mmcif.c) depends on shdma-base.c if CONFIG_DMA_ENGINE=y, the "config SH_DMAE_BASE" is set as "bool". Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>