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/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/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index c914eebec40..833c9d8356e 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig @@ -30,6 +30,9 @@ config S3C2440_C_FIQ Support for S3C2440 FIQ support in C -- see ./arch/arm/macs3c2440/fiq_c_isr.c +source "arch/arm/mach-s3c2440/camera/Kconfig" + + menu "S3C2440 Machines" config MACH_ANUBIS @@ -101,4 +104,3 @@ config NEO1973_GTA02_2440 of the FIC/Openmoko Neo1973 GTA02 GSM Phone. endmenu - |