diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-01-12 20:00:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 11:03:14 -0500 |
commit | 6f7ab5246d63358033497f8cb4e0867bb7b0df1e (patch) | |
tree | b183b8a945e65777c9b84e65253326c4669791a6 /drivers/gpio/Kconfig | |
parent | 67d15ed7dfba8df6c723623a50a96ed1a08ba834 (diff) |
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: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Florian Fainelli <florian@openwrt.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index bfa276a95411..d832423ba12d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -342,6 +342,7 @@ config GPIO_TIMBERDALE | |||
342 | config GPIO_RDC321X | 342 | config GPIO_RDC321X |
343 | tristate "RDC R-321x GPIO support" | 343 | tristate "RDC R-321x GPIO support" |
344 | depends on PCI && GPIOLIB | 344 | depends on PCI && GPIOLIB |
345 | select MFD_SUPPORT | ||
345 | select MFD_CORE | 346 | select MFD_CORE |
346 | select MFD_RDC321X | 347 | select MFD_RDC321X |
347 | help | 348 | help |