diff options
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | 2013-04-23 13:00:06 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-30 12:20:12 +0200 |
commit | 189b4ee8e9daf349db80f47b81edec67d223a953 (patch) | |
tree | 7063b7f6fb630b5e39c2d4047ff9d7c5395a34f5 /drivers/dma/sh/Makefile | |
parent | at_hdmac: move to generic DMA binding (diff) | |
download | linux-189b4ee8e9daf349db80f47b81edec67d223a953.tar.xz linux-189b4ee8e9daf349db80f47b81edec67d223a953.zip |
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>
Diffstat (limited to 'drivers/dma/sh/Makefile')
-rw-r--r-- | drivers/dma/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/sh/Makefile b/drivers/dma/sh/Makefile index 54ae9572b0ac..eceaf469f5e3 100644 --- a/drivers/dma/sh/Makefile +++ b/drivers/dma/sh/Makefile @@ -1,2 +1,2 @@ -obj-$(CONFIG_SH_DMAE) += shdma-base.o +obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o obj-$(CONFIG_SH_DMAE) += shdma.o |