fimc-is: Enable required components in Kconfig by default
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 27 Mar 2018 12:43:34 +0000 (14:43 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:57:21 +0000 (14:57 +0900)
Change-Id: Ia2d71205a997e551724ada9009aaf88dd9500669
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/media/platform/exynos/fimc-is/Kconfig

index 13ce508..7ed9e48 100644 (file)
@@ -21,13 +21,13 @@ config CAMERA_EEPROM_SUPPORT_FRONT
 config COMPANION_USE
         bool "Enable to companion"
         depends on VIDEO_EXYNOS_FIMC_IS
-        default n
+        default y
         help
           Enable to companion.
 config OIS_USE
         bool "Enable to ois"
         depends on VIDEO_EXYNOS_FIMC_IS
-        default n
+        default y
         help
           Enable to ois.
 config OIS_FW_UPDATE_THREAD_USE
@@ -39,24 +39,24 @@ config OIS_FW_UPDATE_THREAD_USE
 config AF_HOST_CONTROL
         bool "Enable to af control"
         depends on VIDEO_EXYNOS_FIMC_IS
-        default n
+        default y
         help
           Enable to af control.
 config USE_VENDER_FEATURE
         bool "Use vendor specific features"
         depends on VIDEO_EXYNOS_FIMC_IS
-        default n
+        default y
         help
           Enable to use the vender.
 config CAMERA_SENSOR_6D1_OBJ
         bool "Use 6D1 camera sensor"
         depends on VIDEO_EXYNOS_FIMC_IS
-        default n
+        default y
         help
           Use to build 6D1 camera sensor.
 config CAMERA_SENSOR_IMX240_OBJ
         bool "Use IMX240 camera sensor"
         depends on VIDEO_EXYNOS_FIMC_IS
-        default n
+        default y
         help
           Use to build IMX240 camera sensor.