Skip to content

Commit a35bee8

Browse files
namhyungralfbaechle
authored andcommitted
MIPS: Enable ISA_DMA_API config to fix build failure
Add ISA_DMA_API config item and select it when GENERIC_ISA_DMA enabled. This fixes build failure on allmodconfig like following: CC sound/isa/es18xx.o sound/isa/es18xx.c: In function 'snd_es18xx_playback1_prepare': sound/isa/es18xx.c:501:9: error: implicit declaration of function 'snd_dma_program' sound/isa/es18xx.c: In function 'snd_es18xx_playback_pointer': sound/isa/es18xx.c:818:3: error: implicit declaration of function 'snd_dma_pointer' make[3]: *** [sound/isa/es18xx.o] Error 1 make[2]: *** [sound/isa/es18xx.o] Error 2 make[1]: *** [sub-make] Error 2 make: *** [all] Error 2 Signed-off-by: Namhyung Kim <namhyung@gmail.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1717/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 063c13a commit a35bee8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/mips/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,11 +880,15 @@ config NO_IOPORT
880880
config GENERIC_ISA_DMA
881881
bool
882882
select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
883+
select ISA_DMA_API
883884

884885
config GENERIC_ISA_DMA_SUPPORT_BROKEN
885886
bool
886887
select GENERIC_ISA_DMA
887888

889+
config ISA_DMA_API
890+
bool
891+
888892
config GENERIC_GPIO
889893
bool
890894

0 commit comments

Comments
 (0)