diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-01-12 20:00:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 11:03:14 -0500 |
commit | 32518863b483d521edc813616a35601cad213d31 (patch) | |
tree | a686abacde3ec899ff2ab6de422b7f7f92f7c69c /drivers/gpio/Kconfig | |
parent | 6f7ab5246d63358033497f8cb4e0867bb7b0df1e (diff) |
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 <randy.dunlap@oracle.com>
Cc: Daniel Drake <dsd@laptop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d832423ba12d..454e2bc373a8 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -118,7 +118,7 @@ config GPIO_SCH | |||
118 | 118 | ||
119 | config GPIO_VX855 | 119 | config GPIO_VX855 |
120 | tristate "VIA VX855/VX875 GPIO" | 120 | tristate "VIA VX855/VX875 GPIO" |
121 | depends on GPIOLIB | 121 | depends on GPIOLIB && MFD_SUPPORT && PCI |
122 | select MFD_CORE | 122 | select MFD_CORE |
123 | select MFD_VX855 | 123 | select MFD_VX855 |
124 | help | 124 | help |