diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 16:23:34 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 16:23:34 +0200 |
commit | 0fbdd270078a3e3ce537a2fb6ffc8a9b2427500c (patch) | |
tree | b75f47e26372ffa2374b744a6991144032eea6ef /arch/arm/plat-s3c24xx/Kconfig | |
parent | Merge branch 'next-s3c-machines' into next-s3c (diff) | |
parent | ARM: S3C24XX: Add SPI bus 1 on GPD8 through GPD10 (diff) | |
download | linux-0fbdd270078a3e3ce537a2fb6ffc8a9b2427500c.tar.xz linux-0fbdd270078a3e3ce537a2fb6ffc8a9b2427500c.zip |
Merge branch 'next-s3c24xx' into next-s3c
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 5b0bc914f58e..aaae456018b5 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -105,6 +105,12 @@ config S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7 SPI GPIO configuration code for BUS 1 when connected to GPG5, GPG6 and GPG7. +config S3C24XX_SPI_BUS1_GPD8_GPD9_GPD10 + bool + help + SPI GPIO configuration code for BUS 1 when connected to + GPD8, GPD9 and GPD10. + # common code for s3c24xx based machines, such as the SMDKs. config MACH_SMDK |