From 1f4e63aada245db8f087747f2eb715ccf95f3797 Mon Sep 17 00:00:00 2001 From: Rask Ingemann Lambertsen Date: Wed, 6 May 2009 02:36:00 +0200 Subject: Glamo MFD: Fix indentation of Kconfig, convert spaces to tabs This patch fixes some indentation which was off by one and converts spaces to tabs. Signed-off-by: Rask Ingemann Lambertsen --- drivers/mfd/glamo/Kconfig | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'drivers/mfd/glamo/Kconfig') diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig index 60d29c92ef1..6d93a5d926e 100644 --- a/drivers/mfd/glamo/Kconfig +++ b/drivers/mfd/glamo/Kconfig @@ -33,18 +33,19 @@ config MFD_GLAMO_FB_XGLAMO_WORKAROUND config MFD_GLAMO_SPI_GPIO - tristate "Glamo GPIO SPI bitbang support" - depends on MFD_GLAMO - help - Enable a bitbanging SPI adapter driver for the Smedia Glamo. + tristate "Glamo GPIO SPI bitbang support" + depends on MFD_GLAMO + + help + Enable a bitbanging SPI adapter driver for the Smedia Glamo. config MFD_GLAMO_SPI_FB - tristate "Glamo LCM control channel SPI support" - depends on MFD_GLAMO_FB - help - Enable a bitbanging SPI adapter driver for the Smedia Glamo LCM - control channel. This SPI interface is frequently used to - interconnect the LCM control interface. + tristate "Glamo LCM control channel SPI support" + depends on MFD_GLAMO_FB + help + Enable a bitbanging SPI adapter driver for the Smedia Glamo LCM + control channel. This SPI interface is frequently used to + interconnect the LCM control interface. config MFD_GLAMO_MCI tristate "Glamo S3C SD/MMC Card Interface support" -- cgit v1.2.3 From f656a97d946a2529630c9770a72c10a24dc397f9 Mon Sep 17 00:00:00 2001 From: Rask Ingemann Lambertsen Date: Wed, 6 May 2009 02:41:24 +0200 Subject: 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 --- drivers/mfd/glamo/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mfd/glamo/Kconfig') 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. -- cgit v1.2.3