linux-surface/pkg/arch/kernel/arch.config
Maximilian Luz 777db9f98e
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.
2023-03-17 13:58:46 +01:00

27 lines
539 B
Plaintext

##
## Forcefully disable debug symbols
##
CONFIG_DEBUG_INFO_NONE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_INFO_BTF is not set
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
##
## Prevent BPF stuff from comlaining during boot because we have debug info disabled
##
# CONFIG_BPF_PRELOAD is not set
##
## ASHMEM / BINDERFS
##
CONFIG_ASHMEM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES=""