diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2011-03-10 07:49:31 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-11 01:49:00 -0500 |
commit | 0048a17348645f18cf209483e1f8e46a6dbec971 (patch) | |
tree | 449450e1f255d363b37b5aabaa0e567be7bfab78 /arch/arm/mach-exynos4/Kconfig | |
parent | 6d2f42cc275ba72a47ce6933b18480163ecf2740 (diff) |
ARM: S5P: Add platform helpers for camera GPIO configuration
Add functions for configuration of the parallel camera
bus pins on S5PV210 and Exynos4 SoC.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 82195a9a4c61..8d7398fdd05c 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -76,6 +76,11 @@ config EXYNOS4_SETUP_SDHCI_GPIO | |||
76 | help | 76 | help |
77 | Common setup code for SDHCI gpio. | 77 | Common setup code for SDHCI gpio. |
78 | 78 | ||
79 | config EXYNOS4_SETUP_FIMC | ||
80 | bool | ||
81 | help | ||
82 | Common setup code for the camera interfaces. | ||
83 | |||
79 | # machine support | 84 | # machine support |
80 | 85 | ||
81 | menu "EXYNOS4 Machines" | 86 | menu "EXYNOS4 Machines" |