diff options
author | Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | 2012-11-22 00:29:18 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-27 18:03:27 -0500 |
commit | e51d5486a9940e22aa5034bc26cf10ea63ca0b7c (patch) | |
tree | d1f6a5aa9ca7305e8d1fe32036eb631e1a2e681e /arch/arm/mach-s3c24xx | |
parent | f4a75d2eb7b1e2206094b901be09adb31ba63681 (diff) |
ARM: SAMSUNG: Add s3c24xx/s3c64xx CAMIF GPIO setup helpers
This patch adds default helper functions for the camera port
pin configuration. Whenever pinctrl support for s3c24xx/s3c64xx
SoCs is available these code should be removed and proper pinctrl
API should be used in the CAMIF driver.
Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 2b6cb5f29c2d..01f70c977676 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -405,6 +405,7 @@ config MACH_MINI2440 | |||
405 | select NEW_LEDS | 405 | select NEW_LEDS |
406 | select S3C_DEV_NAND | 406 | select S3C_DEV_NAND |
407 | select S3C_DEV_USB_HOST | 407 | select S3C_DEV_USB_HOST |
408 | select S3C_SETUP_CAMIF | ||
408 | help | 409 | help |
409 | Say Y here to select support for the MINI2440. Is a 10cm x 10cm board | 410 | Say Y here to select support for the MINI2440. Is a 10cm x 10cm board |
410 | available via various sources. It can come with a 3.5" or 7" touch LCD. | 411 | available via various sources. It can come with a 3.5" or 7" touch LCD. |