From 3376fd4237387ce569b65b478e02e1e64f47bbbe Mon Sep 17 00:00:00 2001 From: "SW.LEE" Date: Wed, 19 Nov 2008 17:09:44 +0000 Subject: 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 --- arch/arm/mach-s3c2440/camera/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arch/arm/mach-s3c2440/camera/Kconfig (limited to 'arch/arm/mach-s3c2440/camera/Kconfig') 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 + -- cgit v1.2.3