diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/media/sprd_dcam/Kconfig | |
Diffstat (limited to 'drivers/media/sprd_dcam/Kconfig')
| -rw-r--r-- | drivers/media/sprd_dcam/Kconfig | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/drivers/media/sprd_dcam/Kconfig b/drivers/media/sprd_dcam/Kconfig new file mode 100644 index 00000000..2cc0ee36 --- /dev/null +++ b/drivers/media/sprd_dcam/Kconfig @@ -0,0 +1,48 @@ +if VIDEO_DCAM_SPRD +choice + prompt "Camera resolution" + default CAMERA_5M + +config CAMERA_2M + bool "2M pixels" + +config CAMERA_3M + bool "3M pixels" + +config CAMERA_5M + bool "5M pixels" + +config CAMERA_8M + bool "8M pixels" + + +endchoice + +choice + prompt "Camera capture mode" + default CAMERA_NON_ZSL + +config CAMERA_ZSL + bool "zsl capture" + +config CAMERA_NON_ZSL + bool "non zsl capture" + +endchoice + +choice + prompt "Sensor Output" + default SENSOR_OUTPUT_YUV + +config SENSOR_OUTPUT_RAW + bool "sensor outputs raw" + +config SENSOR_OUTPUT_YUV + bool "sensor outputs yuv" + +endchoice + + +endif + + |
