Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c43a519 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

drivers/Kconfig: add several missing GENERIC_HARDIRQS dependencies



With this patch an allmodconfig finally builds on s390 again.

Fixes these build errors:

ERROR: "devm_request_threaded_irq" [drivers/spi/spi-altera.ko] undefined!
ERROR: "devm_request_threaded_irq" [drivers/media/platform/sh_veu.ko] undefined!
ERROR: "devm_request_threaded_irq" [drivers/dma/dw_dmac.ko] undefined!

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 2ffdd7e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ config INTEL_IOP_ADMA

config DW_DMAC
	tristate "Synopsys DesignWare AHB DMA support"
	depends on GENERIC_HARDIRQS
	select DMA_ENGINE
	default y if CPU_AT32AP7000
	help
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ config VIDEO_SAMSUNG_EXYNOS_GSC

config VIDEO_SH_VEU
	tristate "SuperH VEU mem2mem video processing driver"
	depends on VIDEO_DEV && VIDEO_V4L2
	depends on VIDEO_DEV && VIDEO_V4L2 && GENERIC_HARDIRQS
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	help
+2 −1
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ comment "SPI Master Controller Drivers"

config SPI_ALTERA
	tristate "Altera SPI Controller"
	depends on GENERIC_HARDIRQS
	select SPI_BITBANG
	help
	  This is the driver for the Altera SPI Controller.
@@ -310,7 +311,7 @@ config SPI_PXA2XX_DMA

config SPI_PXA2XX
	tristate "PXA2xx SSP SPI master"
	depends on ARCH_PXA || PCI || ACPI
	depends on (ARCH_PXA || PCI || ACPI) && GENERIC_HARDIRQS
	select PXA_SSP if ARCH_PXA
	help
	  This enables using a PXA2xx or Sodaville SSP port as a SPI master