aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-05-11 16:24:20 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-27 19:37:48 -0400
commite4be3cb72ce40482a9fe19210ad5de8bfc061bb5 (patch)
treed215d250c0f43134f699a376f4d2142058375bf5
parent38270644cc2f2c1fdf150dcc8c4b96136eb4e1f7 (diff)
gpio: rdc321x needs to select MFD_CORE
Fix rdc321x-southbridge build: GPIO_RDC321X needs to select MFD_CORE so that the core is built at the same (or higher) tristate level. rdc321x-southbridge.c:(.devinit.text+0x6103): undefined reference to `mfd_add_devices' rdc321x-southbridge.c:(.devexit.text+0xe5f): undefined reference to `mfd_remove_devices' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Florian Fainelli <florian@openwrt.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 1567605ab695..724038dab4ca 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -292,6 +292,7 @@ config GPIO_TIMBERDALE
292config GPIO_RDC321X 292config GPIO_RDC321X
293 tristate "RDC R-321x GPIO support" 293 tristate "RDC R-321x GPIO support"
294 depends on PCI && GPIOLIB 294 depends on PCI && GPIOLIB
295 select MFD_CORE
295 select MFD_RDC321X 296 select MFD_RDC321X
296 help 297 help
297 Support for the RDC R321x SoC GPIOs over southbridge 298 Support for the RDC R321x SoC GPIOs over southbridge