diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 16:23:32 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:47 +0900 |
commit | 78fb40263f34c65ade1693664db1af168d479588 (patch) | |
tree | 757f5aaf0ea4d0d8942aa11002bdbfda6fda8fb0 /arch/sh/Kconfig | |
parent | 5d2685d0b3edc51ecc92604d5b7f5ca9b29b90bb (diff) |
sh: dma: Kill off ISA DMA wrapper.
There are no more users for this code, and it has been deprecated for
some time, so just kill it off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index bef19f5bde7..f32a5197128 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -486,9 +486,6 @@ source "arch/sh/drivers/Kconfig" endmenu -config ISA_DMA_API - bool - menu "Kernel features" source kernel/Kconfig.hz |