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.
This commit is contained in:
Maximilian Luz 2023-03-17 13:58:42 +01:00
parent 3b22baef23
commit 777db9f98e
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
3 changed files with 10 additions and 6 deletions

View file

@ -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
#

View file

@ -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
#

View file

@ -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
##