summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24xx/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2012-04-24 18:07:10 -0700
committerKukjin Kim <kgene.kim@samsung.com>2012-04-24 18:07:10 -0700
commitf03eb25e223cf1fc9e807a479b776e8e2f1cc9e1 (patch)
treedb2a10c2eeb2005e3f3ffdeac3a9f0418ecf658d /arch/arm/mach-s3c24xx/Makefile
parent5c2f2917168e7a36c0fda0e7c2b0246c83eb7fe0 (diff)
ARM: S3C24XX: Add HSSPI setup callback for s3c64xx-spi driver
This lets the s3c64xx-spi driver know the specifics of the controller- variant and also setups the gpios and the misccr bit. This setup is valid for all S3C24XX SoCs containing a HSSPI controller (i.e. S3C2416/2450 and S3C2443) Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Makefile')
-rw-r--r--arch/arm/mach-s3c24xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Makefile b/arch/arm/mach-s3c24xx/Makefile
index 3518fe812d5f..d0f3a92f9e4a 100644
--- a/arch/arm/mach-s3c24xx/Makefile
+++ b/arch/arm/mach-s3c24xx/Makefile
@@ -91,5 +91,6 @@ obj-$(CONFIG_MACH_OSIRIS_DVS) += mach-osiris-dvs.o
# device setup
obj-$(CONFIG_S3C2416_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
+obj-$(CONFIG_S3C2443_SETUP_SPI) += setup-spi.o
obj-$(CONFIG_ARCH_S3C24XX) += setup-i2c.o
obj-$(CONFIG_S3C24XX_SETUP_TS) += setup-ts.o