[PATCH 5/6] sparc32: Do not select GENERIC_ISA_DMA
Sam Ravnborg via B4 Relay <[email protected]> Fri, 23 Feb 2024 20:36:51 +0100
| Newsgroups | gmane.linux.ports.sparc,gmane.linux.parport,gmane.linux.kernel |
|---|---|
| Message-ID | <20240223-sam-fix-sparc32-all-builds-v1-5-5c60fd5c9250@ravnborg.org> |
From: Sam Ravnborg <[email protected]> sparc32 do not support generic isa dma, so do not select the symbol. Without this fix, the following patch would break the build with a missing prototype. Signed-off-by: Sam Ravnborg <[email protected]> Cc: Andreas Larsson <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Maciej W. Rozycki <[email protected]> Fixes: 66bcd06099bb ("parport_pc: Also enable driver for PCI systems") --- arch/sparc/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 734f23daecca..d08a5662ea60 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -138,10 +138,6 @@ config HIGHMEM default y if SPARC32 select KMAP_LOCAL -config GENERIC_ISA_DMA - bool - default y if SPARC32 - config PGTABLE_LEVELS default 4 if 64BIT default 3 -- 2.34.1