From: Randy Dunlap Date: Thu, 13 Jan 2011 01:00:22 +0000 (-0800) Subject: GPIO_VX855: eliminate kconfig dependency warning X-Git-Tag: v3.12-rc1~7703 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32518863b483d521edc813616a35601cad213d31;p=kernel%2Fkernel-generic.git 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: Randy Dunlap Cc: Daniel Drake Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d832423..454e2bc 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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