diff options
author | Olof Johansson <olof@lixom.net> | 2012-05-19 15:46:29 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-05-19 15:46:29 -0700 |
commit | 516fb7a22a5347dc6db731369c365ed1f9b64632 (patch) | |
tree | 733d7c478de6df42761a2938b6129d6242bb84fd /arch/arm/mach-s3c24xx/Kconfig | |
parent | 36be50515fe2aef61533b516fa2576a2c7fe7664 (diff) | |
parent | 60e49ca654eea42e04912b259fa36bad2c3e56ef (diff) |
Merge branch 'next/devel-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into late/soc
* 'next/devel-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
ARM: EXYNOS: Support suspend and resume for EXYNOS5250
ARM: EXYNOS: Add Clock register list for save and restore
ARM: EXYNOS: Add PMU table for EXYNOS5250
ARM: EXYNOS: Rename of function for pm.c
ARM: EXYNOS: Remove GIC save & restore function
ARM: dts: Add node for interrupt combiner controller on EXYNOS5250
ARM: S3C24XX: add support for second irq set of S3C2416
+ dependent branches
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 b34287ab5af..e24961109b7 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 |