Browse Source

config: Disable atomisp due to issues

Disable CONFIG_INTEL_ATOMISP because the atomisp module currently causes
problems on the Surface 3. See issue #1095 for more information.
Maximilian Luz 2 years ago
parent
commit
777db9f98e
3 changed files with 10 additions and 6 deletions
  1. 5 0
      configs/surface-6.1.config
  2. 5 0
      configs/surface-6.2.config
  3. 0 6
      pkg/arch/kernel/arch.config

+ 5 - 0
configs/surface-6.1.config

@@ -51,6 +51,11 @@ CONFIG_VIDEO_OV5693=m
 CONFIG_VIDEO_OV7251=m
 CONFIG_VIDEO_OV7251=m
 CONFIG_VIDEO_OV8865=m
 CONFIG_VIDEO_OV8865=m
 
 
+#
+# Surface 3: atomisp causes problems (see issue #1095). Disable it for now.
+#
+# CONFIG_INTEL_ATOMISP is not set
+
 #
 #
 # ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
 # ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
 #
 #

+ 5 - 0
configs/surface-6.2.config

@@ -51,6 +51,11 @@ CONFIG_VIDEO_OV5693=m
 CONFIG_VIDEO_OV7251=m
 CONFIG_VIDEO_OV7251=m
 CONFIG_VIDEO_OV8865=m
 CONFIG_VIDEO_OV8865=m
 
 
+#
+# Surface 3: atomisp causes problems (see issue #1095). Disable it for now.
+#
+# CONFIG_INTEL_ATOMISP is not set
+
 #
 #
 # ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
 # ALS Sensor for Surface Book 3, Surface Laptop 3, Surface Pro 7
 #
 #

+ 0 - 6
pkg/arch/kernel/arch.config

@@ -15,12 +15,6 @@ CONFIG_DEBUG_INFO_NONE=y
 
 
 # CONFIG_BPF_PRELOAD is not set
 # CONFIG_BPF_PRELOAD is not set
 
 
-##
-## Disable atomisp ov5693 (in staging)
-##
-
-# CONFIG_VIDEO_ATOMISP_OV5693 is not set
-
 ##
 ##
 ## ASHMEM / BINDERFS
 ## ASHMEM / BINDERFS
 ##
 ##