diff options
author | Kyoungil Kim <ki0351.kim@samsung.com> | 2012-05-12 20:00:47 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-14 05:22:39 -0400 |
commit | a024fa1313d57264ad88a7a4f2f96f9472986712 (patch) | |
tree | bd8ba45b2e3a53f4a3b1d10b092ca5cd29402a51 /arch/arm/mach-exynos/Kconfig | |
parent | 20ef9e08d27b3f5e09c32d4d371fa97f610a3069 (diff) |
ARM: EXYNOS: To use common config for EXYNOS4 and EXYNOS5 SPI
The naming EXYNOS4 is changed to EXYNOS for using shared SPI
config of EXYNOS4 and EXYNOS5. And S3C64XX_DEV_SPIn configs
are added to MACH_SMDK5250 config to use SPI on the EYXNOS5250.
Signed-off-by: Kyoungil Kim <ki0351.kim@samsung.com>
[kgene.kim@samsung.com: updated because of non-existing config]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 4bb2f9464e23..ff3e47d7c89f 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -167,7 +167,7 @@ config EXYNOS4_SETUP_USB_PHY | |||
167 | help | 167 | help |
168 | Common setup code for USB PHY controller | 168 | Common setup code for USB PHY controller |
169 | 169 | ||
170 | config EXYNOS4_SETUP_SPI | 170 | config EXYNOS_SETUP_SPI |
171 | bool | 171 | bool |
172 | help | 172 | help |
173 | Common setup code for SPI GPIO configurations. | 173 | Common setup code for SPI GPIO configurations. |