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

Commit 6f7ab524 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warning



Fix kconfig dependency warning to satisfy dependencies:

warning: (GPIO_RDC321X && PCI && GPIOLIB) selects MFD_RDC321X which has unmet direct dependencies (MFD_SUPPORT && PCI)

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Florian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 67d15ed7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -342,6 +342,7 @@ config GPIO_TIMBERDALE
config GPIO_RDC321X
config GPIO_RDC321X
	tristate "RDC R-321x GPIO support"
	tristate "RDC R-321x GPIO support"
	depends on PCI && GPIOLIB
	depends on PCI && GPIOLIB
	select MFD_SUPPORT
	select MFD_CORE
	select MFD_CORE
	select MFD_RDC321X
	select MFD_RDC321X
	help
	help