summaryrefslogtreecommitdiff
path: root/drivers/media/video/mxc/capture/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* ENGR00252411: mxc_v4l2_capture: ov5642/ov5640 cannot both be set as build-in.Sheng Nan2013-03-121-7/+0
| | | | | | | | | | | | | | | | ov5642 and ov5640 are inside choice "prompt "Select Camera/TV Decoder"" It prevents some modules are set as build-in at the same time. All the cameras inside the choice are parallel cameras. There is no need to include all of them inside a choice. Know issues: ADV7180 (out of the choice) and mipi ov camera (inside the choice) can not be both selected for ARM2 board: CSI0_MCLK pad is conflicted between adv7180 and mipi camera ext port. Developers should know this. Signed-off-by: Sheng Nan <b38800@freescale.com>
* ENGR00238201-2 V4L2:ADV7180:driver kconfig changeguoyin.chen2012-12-261-1/+2
| | | | | | | | Move ADV7180 out of choice to make it be enabled with other camera config simultaneously Signed-off-by: guoyin.chen <guoyin.chen@freescale.com> (cherry picked from commit a6becd9a87da4fe0bdcc0e96d690377078c856b9)
* ENGR00229905-1: adv7280 mipi csi2 tvin decoder supportAdrian Alonso2012-10-191-0/+10
| | | | | | | | | | | * Add ADV728x mipi csi2 tvin decoder support * Perform a hardware reset via i2c command * Load recommended initial config settings * Kconfig selection options * Makefile build rules Signed-off-by: Oscar Luna <r01160@freescale.com> Signed-off-by: Adrian Alonso <aalonso@freescale.com>
* ENGR00225981-3 csi: Add csi driver support on MX6SLRobby Cai2012-09-291-1/+1
| | | | | | | - re-use csi driver from mx25 - set csi irq/baseaddr as platform resource Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00220038-2 fix Kconifg waringYuxi Sun2012-08-101-2/+0
| | | | | | fix Kconfig waring of defaults for choice values not supported Signed-off-by: Yuxi Sun <b36102@freescale.com>
* ENGR00219397-2 v4l2 overlay: make ipu device processing optional for overalyYuxi Sun2012-08-101-3/+19
| | | | | | | Add ipu device queue processing for overlay, and make it default. This will instead prp_viewfinder work flow in the most user case. Signed-off-by: Yuxi Sun <b36102@freescale.com>
* ENGR00180640 camera: enable dual camera configuration in menuconfigYuxi Sun2012-07-201-9/+9
| | | | | | | enable dual camera configuration in menuconfig, and set ov5642 as the first registered camera Signed-off-by: Yuxi Sun <b36102@freescale.com>
* ENGR00175205 camera: change sensor_clock as an indepent moduleYuxi Sun2012-07-201-0/+17
| | | | | | | Sensor_clock function will have confict when dual camera is introduced, so change it as an indepent module. Signed-off-by: Yuxi Sun <b36102@freescale.com>
* ENGR00171564-3 MX6Q ARM2: Enable TVIN based on AutoBoardEven Xu2012-07-201-1/+1
| | | | | | | | - Add adv7180 driver to ARM2 support - Add adv7180 configure - Chenge CSI configure for BT656 support Signed-off-by: Even Xu <b21019@freescale.com>
* ENGR00170444: [v3]imx6sabreauto adv7180 TVin portb377532012-07-201-1/+1
| | | | | | | | | | | | | | | Kconfig and Makefile was modified in order to enable adv7180 driver for mx6q architecture. adv7180.c mutex was changed to semaphore as is described in "https://lwn.net/Articles/304725/ ". sensor data structure is added in fsl_devices.h. mxc_v4l2_capture.c condition in mxc_v4l2_sparam was removed because is going to be always true capture mode only have 1 possible value as is described in "https://lwn.net/Articles/235023/". ipu_capture.c clock divisor setup was added at init the csi. Signed-off-by: B37753 <B37753@freescale.com>
* ENGR00163699-2 MX6Q: Add OV8820 mipi camera driverEven Xu2012-07-201-0/+8
| | | | | | | | | This sensor just for MIPI CSI2 4 lanes validation 1. Support 4 lanes 2. Only support 480X480 Resolution 3. Only support RAW output format Signed-off-by: Even Xu <b21019@freescale.com>
* ENGR00161382-4 MX6Q MIPI CSI2: enable MIPI CSI2Even Xu2012-07-201-0/+8
| | | | | | | | 1. enable MIPI CSI2 driver 2. change v4l2 cowork with mipi csi2 3. enable ov5640 mipi mode Signed-off-by: Even Xu <b21019@freescale.com>
* ENGR00141217-5 IPU\VPU\GPU: upgrade to 2.6.38Jason Chen2012-07-201-0/+125
Add drivers/mxc Add drivers/video/mxc Add drivers/media/mxc fb device: change acquire_console_sem to console_lock And release_console_sem to console_unlock Add DMA Zone support Add TVE driver, add regulator Add hdmi support Add VPU Fix build error ioctl --> unlocked_ioctl DECLARE_MUTEX --> DEFINE_SEMAPHORE Signed-off-by: Jason Chen <b02280@freescale.com> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>