diff options
author | Rask Ingemann Lambertsen <rask@sygehus.dk> | 2009-05-06 02:41:24 +0200 |
---|---|---|
committer | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-05-05 19:58:26 -0500 |
commit | f656a97d946a2529630c9770a72c10a24dc397f9 (patch) | |
tree | c06859b29e1921d52d58cf83b4fb132d1a43d681 | |
parent | 1f4e63aada245db8f087747f2eb715ccf95f3797 (diff) |
Glamo MFD: MFD_GLAMO_SPI_GPIO requires SPI_BITBANG to build
This patch fixes a linking failure in the Glamo GPIO SPI bitbang support.
Signed-off-by: Rask Ingemann Lambertsen <rask@sygehus.dk>
-rw-r--r-- | drivers/mfd/glamo/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig index 6d93a5d926e..efa16990d57 100644 --- a/drivers/mfd/glamo/Kconfig +++ b/drivers/mfd/glamo/Kconfig @@ -35,6 +35,7 @@ config MFD_GLAMO_FB_XGLAMO_WORKAROUND config MFD_GLAMO_SPI_GPIO tristate "Glamo GPIO SPI bitbang support" depends on MFD_GLAMO + select SPI_BITBANG help Enable a bitbanging SPI adapter driver for the Smedia Glamo. |