diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-04-24 18:07:10 -0700 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-04-24 18:07:10 -0700 |
commit | f03eb25e223cf1fc9e807a479b776e8e2f1cc9e1 (patch) | |
tree | db2a10c2eeb2005e3f3ffdeac3a9f0418ecf658d /arch/arm/mach-s3c24xx/Kconfig | |
parent | 5c2f2917168e7a36c0fda0e7c2b0246c83eb7fe0 (diff) | |
download | talos-op-linux-f03eb25e223cf1fc9e807a479b776e8e2f1cc9e1.tar.gz talos-op-linux-f03eb25e223cf1fc9e807a479b776e8e2f1cc9e1.zip |
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/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 0f3a327ebcaa..38e6b3068e43 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig @@ -518,6 +518,11 @@ config S3C2443_DMA help Internal config node for S3C2443 DMA support +config S3C2443_SETUP_SPI + bool + help + Common setup code for SPI GPIO configurations + endif # CPU_S3C2443 || CPU_S3C2416 if CPU_S3C2443 |