summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-01-18 08:32:02 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-01-18 09:27:52 (GMT)
commit6a2b4111643127a28944d673995810a82582c5a1 (patch)
tree167ea8d57d6a8d97edac64f8af744f38a8407a3e /arch/arm/plat-s3c64xx/Makefile
parent398ccccb770e6ed3e138925404f0746cbe57c5a1 (diff)
downloadlinux-fsl-qoriq-6a2b4111643127a28944d673995810a82582c5a1.tar.xz
ARM: S3C64XX: SPI: Define SPI controller devices
Platform devices for SPI Controller of S3C64XX are defined and exported for machines to include. Also, controller setup helper functions are defined for machine code to set runtime configuration of the controller and the bus. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index b241f36..80255a5 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -47,3 +47,4 @@ obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o
+obj-$(CONFIG_SPI_S3C64XX) += dev-spi.o