diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-01 11:44:52 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-09 17:14:34 +0200 |
commit | e7536617baec3b4717a37795cec306df9d655d07 (patch) | |
tree | 0c8b0e45d7b50eb16f5a6cc3cb8275457344f48f /arch/arm/Kconfig | |
parent | ARM: footbridge: remove leftover from personal-server (diff) | |
download | linux-e7536617baec3b4717a37795cec306df9d655d07.tar.xz linux-e7536617baec3b4717a37795cec306df9d655d07.zip |
ARM: footbridge: move isa-dma support into footbridge
The dma-isa.c was shared between footbridge and shark a long time ago,
but as shark was removed, it can be made footbridge specific again.
The fb_dma bits in turn are not used at all and can be removed.
All the ISA related files are now built into the platform regardless
of CONFIG_ISA, as they just refer to on-chip devices rather than actual
ISA cards.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 87badeae3181..ec7e48f6bd91 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -989,11 +989,6 @@ config ISA (MCA) or VESA. ISA is an older system, now being displaced by PCI; newer boards don't support it. If you have ISA, say Y, otherwise N. -# Select ISA DMA controller support -config ISA_DMA - bool - select ISA_DMA_API - # Select ISA DMA interface config ISA_DMA_API bool |