gpio: rdc321x needs to select MFD_CORE
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 11 May 2010 20:24:20 +0000 (13:24 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 27 May 2010 23:37:48 +0000 (01:37 +0200)
commite4be3cb72ce40482a9fe19210ad5de8bfc061bb5
treed215d250c0f43134f699a376f4d2142058375bf5
parent38270644cc2f2c1fdf150dcc8c4b96136eb4e1f7
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>
drivers/gpio/Kconfig