Skip to content

Commit

Permalink
gpio: rdc321x needs to select MFD_CORE
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc:	Florian Fainelli <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
rddunlap authored and Samuel Ortiz committed May 27, 2010
1 parent 3827064 commit e4be3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ config GPIO_TIMBERDALE
config GPIO_RDC321X
tristate "RDC R-321x GPIO support"
depends on PCI && GPIOLIB
select MFD_CORE
select MFD_RDC321X
help
Support for the RDC R321x SoC GPIOs over southbridge
Expand Down

0 comments on commit e4be3cb

Please sign in to comment.