diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:06:20 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 21:45:42 +0000 |
commit | b2a6cf3b1e099a724504ba16a4c9aea1eb0122a6 (patch) | |
tree | 32e898703506e2d90a5e7f4545bca44e13678388 /arch/arm/plat-s3c24xx/Makefile | |
parent | 72aaf09fda49f5919d98d65d35e5179f3acb0497 (diff) | |
download | blackbird-obmc-linux-b2a6cf3b1e099a724504ba16a4c9aea1eb0122a6.tar.gz blackbird-obmc-linux-b2a6cf3b1e099a724504ba16a4c9aea1eb0122a6.zip |
[ARM] S3C24XX: Default SPI pin configuration for SPI
Add a set of default pin configuration routines for
setting up the SPI gpio configuration when using the
hardware SPI driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index d82767b2b833..6b574016dc44 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -31,4 +31,12 @@ obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += sleep.o obj-$(CONFIG_HAVE_PWM) += pwm.o obj-$(CONFIG_S3C2410_DMA) += dma.o + +# SPI gpio central GPIO functions + +obj-$(CONFIG_S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13) += spi-bus0-gpe11_12_13.o +obj-$(CONFIG_S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7) += spi-bus1-gpg5_6_7.o + +# machine common support + obj-$(CONFIG_MACH_SMDK) += common-smdk.o |