diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-04 16:56:29 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-12-10 05:13:33 +0100 |
commit | 4d42e95fc789393d267bbab8b4684936c1529378 (patch) | |
tree | 06e0a7e1899d91053c1081cad2f304bb7975c52c /drivers/dma/sh/Kconfig | |
parent | dmaengine: usb-dmac: Document SoC specific compatibility strings (diff) | |
download | linux-4d42e95fc789393d267bbab8b4684936c1529378.tar.xz linux-4d42e95fc789393d267bbab8b4684936c1529378.zip |
dmaengine: sh: Remove unused R-Car HPB-DMAC driver
As of commit 4baadb9e05c68962 ("ARM: shmobile: r8a7778: remove obsolete
setup code"), the Renesas R-Car HPB-DMAC driver is no longer used.
In theory it could still be used on R-Car Gen1 SoCs, but that requires
adding DT support to the driver, which is not planned.
Remove the driver, it can be resurrected from git history when needed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh/Kconfig')
-rw-r--r-- | drivers/dma/sh/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index 9fda65af841e..f32c430eb16c 100644 --- a/drivers/dma/sh/Kconfig +++ b/drivers/dma/sh/Kconfig @@ -47,12 +47,6 @@ config RCAR_DMAC This driver supports the general purpose DMA controller found in the Renesas R-Car second generation SoCs. -config RCAR_HPB_DMAE - tristate "Renesas R-Car HPB DMAC support" - depends on SH_DMAE_BASE - help - Enable support for the Renesas R-Car series DMA controllers. - config RENESAS_USB_DMAC tristate "Renesas USB-DMA Controller" depends on ARCH_SHMOBILE || COMPILE_TEST |