kernel_samsung_a53x/drivers/media/platform/exynos/camera/Kconfig

78 lines
1.8 KiB
Text
Raw Normal View History

2024-06-15 16:02:09 -03:00
config VIDEO_EXYNOS_PABLO_ISP
tristate "Exynos Pablo Camera Driver"
depends on VIDEO_EXYNOS
default n
help
This is a v4l2 driver for Exynos Pablo IS.
config DISABLE_CAMERA_MEM_ATTR
bool "Disable memory attr change"
depends on VIDEO_EXYNOS_PABLO_ISP
default n
config DISABLE_CAMERA_SIMD
bool "Disable simd ops"
depends on VIDEO_EXYNOS_PABLO_ISP
default n
config CAMERA_MEM_V2
bool "Use memory helper V2"
depends on VIDEO_EXYNOS_PABLO_ISP
default n
help
Use memory helper version 2.0.
config CAMERA_DVFS_V2
bool "Use Camera DVFS V2"
depends on VIDEO_EXYNOS_PABLO_ISP
default n
help
Enable Camera DVFS v2 feature.
config PABLO_SOCKET_LAYER
bool "Enable socket layer for Pablo"
depends on VIDEO_EXYNOS_PABLO_ISP
default n
help
Enable socket layer for Pablo.
config PABLO_OBTE_SUPPORT
tristate "Enable obte driver for Pablo"
depends on VIDEO_EXYNOS_PABLO_ISP
default n
help
Enable obte driver for Pablo.
config PABLO_KUNIT_TEST
tristate "KUNIT Test for Pablo"
depends on VIDEO_EXYNOS_PABLO_ISP && KUNIT
default n
help
Enable kunit test for Pablo.
# Chain driver
source "drivers/media/platform/exynos/camera/ischain/Kconfig"
source "drivers/media/platform/exynos/camera/hardware/Kconfig"
source "drivers/media/platform/exynos/camera/vendor/Kconfig"
# Sensor driver
source "drivers/media/platform/exynos/camera/sensor/Kconfig"
config EXYNOS_DEVICE_MIPI_CSIS_VER4
bool "Use Sensor driver (Sensor Group)"
depends on USE_SENSOR_GROUP
depends on VIDEO_EXYNOS_PABLO_ISP
default n
help
Enable Device MIPI-CSIS S/W Version 4(Including WDMA and Sensor Group)
config PABLO_CAMIF_BNS
bool "Use CAMIF BNS driver"
depends on VIDEO_EXYNOS_PABLO_ISP
depends on EXYNOS_DEVICE_MIPI_CSIS_VER4
default n
help
Enable Pablo CAMIF-BNS driver
source "drivers/media/platform/exynos/camera/csi/Kconfig"