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

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

GPIO_VX855: eliminate kconfig dependency warning



Fix kconfig dependency warning to satisfy dependencies:

warning: (GPIO_VX855 && GPIOLIB) selects MFD_VX855 which has unmet direct dependencies (MFD_SUPPORT && PCI)

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Daniel Drake <dsd@laptop.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6f7ab524
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ config GPIO_SCH

config GPIO_VX855
	tristate "VIA VX855/VX875 GPIO"
	depends on GPIOLIB
	depends on GPIOLIB && MFD_SUPPORT && PCI
	select MFD_CORE
	select MFD_VX855
	help