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

Commit e1e0a9e6 authored by Heiko Carstens's avatar Heiko Carstens Committed by Greg Kroah-Hartman
Browse files

drivers/misc/cb710: add missing GENERIC_HARDIRQS dependency



CB710_CORE (drivers/misc/cb710/core.c) calls devm_request_irq() and
therefore needs a GENERIC_HARDIRQS dependency to prevent a link
error on s390.

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3d553993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config CB710_CORE
	tristate "ENE CB710/720 Flash memory card reader support"
	depends on PCI
	depends on PCI && GENERIC_HARDIRQS
	help
	  This option enables support for PCI ENE CB710/720 Flash memory card
	  reader found in some laptops (ie. some versions of HP Compaq nx9500).
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ config MMC_SDHI

config MMC_CB710
	tristate "ENE CB710 MMC/SD Interface support"
	depends on PCI
	depends on PCI && GENERIC_HARDIRQS
	select CB710_CORE
	help
	  This option enables support for MMC/SD part of ENE CB710/720 Flash