You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.4 KiB
67 lines
2.4 KiB
#
|
|
# MSM camera configuration
|
|
#
|
|
|
|
comment "Qualcomm Technologies, Inc. MSM Camera And Video"
|
|
|
|
menuconfig SPECTRA_CAMERA
|
|
bool "Qualcomm Technologies, Inc. Spectra camera and video capture support"
|
|
depends on ARCH_QCOM && VIDEO_V4L2 && I2C
|
|
---help---
|
|
Say Y here to enable selecting the video adapters for
|
|
Qualcomm Technologies, Inc. Spectra camera and video capture.
|
|
Enabling this adds support for the camera driver stack including sensor,
|
|
IFE and postprocessing drivers.
|
|
|
|
menuconfig MSM_AIS
|
|
bool "Qualcomm Technologies, Inc. Automotive Imaging System"
|
|
depends on ARCH_QCOM && VIDEO_V4L2 && I2C
|
|
---help---
|
|
Say Y here to enable selecting the video adapters for
|
|
Qualcomm Technologies, Inc. Aotomitive Imaging System.
|
|
Enabling this adds support for the camera driver stack including sensor,
|
|
IFE and postprocessing drivers.
|
|
|
|
menuconfig MSM_CAMERA
|
|
bool "QTI MSM camera and video capture support"
|
|
depends on ARCH_QCOM && VIDEO_V4L2 && I2C
|
|
---help---
|
|
Say Y here to enable selecting the video adapters for
|
|
QTI msm camera and video capture drivers. enabling this
|
|
adds support for the camera driver stack including sensor, isp
|
|
and postprocessing drivers for legacy chipsets.
|
|
|
|
config MSM_CAMERA_DEBUG
|
|
bool "QTI MSM camera debugging with printk"
|
|
depends on MSM_CAMERA
|
|
default n
|
|
---help---
|
|
Enable printk() debug for msm camera
|
|
|
|
menuconfig MSMB_CAMERA
|
|
bool "QTI MSM camera and video capture 2.0 support"
|
|
depends on ARCH_QCOM && VIDEO_V4L2 && I2C
|
|
---help---
|
|
Say Y here to enable selecting the video adapters for
|
|
QTI msm camera and video capture 2.0, enabling this
|
|
adds support for the camera driver stack including sensor, isp
|
|
and postprocessing drivers.
|
|
|
|
config MSMB_CAMERA_DEBUG
|
|
bool "QTI MSM camera 2.0 debugging with printk"
|
|
depends on MSMB_CAMERA
|
|
---help---
|
|
Enable printk() debug for msm camera 2.0
|
|
|
|
if MSMB_CAMERA
|
|
source "drivers/media/platform/msm/camera_v2/Kconfig"
|
|
endif # MSMB_CAMERA
|
|
|
|
source "drivers/media/platform/msm/vidc_3x/Kconfig"
|
|
source "drivers/media/platform/msm/vidc/Kconfig"
|
|
source "drivers/media/platform/msm/sde/Kconfig"
|
|
source "drivers/media/platform/msm/npu/Kconfig"
|
|
source "drivers/media/platform/msm/npu_v2/Kconfig"
|
|
source "drivers/media/platform/msm/dvb/Kconfig"
|
|
source "drivers/media/platform/msm/broadcast/Kconfig"
|
|
source "drivers/media/platform/msm/camera/Kconfig"
|
|
|