diff options
author | SW.LEE <hitchcar@samsung.com> | 2008-11-19 17:09:44 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:09:44 +0000 |
commit | 3376fd4237387ce569b65b478e02e1e64f47bbbe (patch) | |
tree | 654f7ca405d4da0a5bb7287482ce75d681873360 /arch/arm/mach-s3c2440/camera/Kconfig | |
parent | 7e6fd937a8024327afa2e211280e73305f08844e (diff) |
introduce-samsung-camera-unit-driver.patch
This is the kernel side of an old (2004) samsung camera driver for 2440
It doesn't compile on modern kernel yet, this patch introduces it into the
kernel tree without gross mods, so it is broken code we can start to work on
Diffstat (limited to 'arch/arm/mach-s3c2440/camera/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2440/camera/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/camera/Kconfig b/arch/arm/mach-s3c2440/camera/Kconfig new file mode 100644 index 00000000000..36f127df82f --- /dev/null +++ b/arch/arm/mach-s3c2440/camera/Kconfig @@ -0,0 +1,7 @@ + +config S3C2440_CAMERA + bool "S3C24xx Camera interface" + depends on ARCH_S3C2410 + help + Camera driver for S3C2440 camera unit + |