From 777db9f98eb888d2fe05736db4ce74255546483b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 17 Mar 2023 13:58:42 +0100 Subject: [PATCH] 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. --- configs/surface-6.1.config | 5 +++++ configs/surface-6.2.config | 5 +++++ pkg/arch/kernel/arch.config | 6 ------ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/configs/surface-6.1.config b/configs/surface-6.1.config index 00cef0362..21254d485 100644 --- a/configs/surface-6.1.config +++ b/configs/surface-6.1.config @@ -51,6 +51,11 @@ CONFIG_VIDEO_OV5693=m CONFIG_VIDEO_OV7251=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 # diff --git a/configs/surface-6.2.config b/configs/surface-6.2.config index 00cef0362..21254d485 100644 --- a/configs/surface-6.2.config +++ b/configs/surface-6.2.config @@ -51,6 +51,11 @@ CONFIG_VIDEO_OV5693=m CONFIG_VIDEO_OV7251=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 # diff --git a/pkg/arch/kernel/arch.config b/pkg/arch/kernel/arch.config index 2c8f7ddc7..e18e444ab 100644 --- a/pkg/arch/kernel/arch.config +++ b/pkg/arch/kernel/arch.config @@ -15,12 +15,6 @@ CONFIG_DEBUG_INFO_NONE=y # CONFIG_BPF_PRELOAD is not set -## -## Disable atomisp ov5693 (in staging) -## - -# CONFIG_VIDEO_ATOMISP_OV5693 is not set - ## ## ASHMEM / BINDERFS ##