diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 08:23:32 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 10:44:47 +0100 |
commit | 78fb40263f34c65ade1693664db1af168d479588 (patch) | |
tree | 757f5aaf0ea4d0d8942aa11002bdbfda6fda8fb0 /arch/sh/Kconfig | |
parent | sh: Conditionalize the code dumper on CONFIG_DUMP_CODE. (diff) | |
download | linux-78fb40263f34c65ade1693664db1af168d479588.tar.xz linux-78fb40263f34c65ade1693664db1af168d479588.zip |
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 bef19f5bde7f..f32a5197128d 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 |