linux-surface/pkg/arch/kernel/arch.config
2021-09-03 15:28:18 +02:00

28 lines
436 B
Plaintext

##
## Forcefully disable debug symbols
##
# CONFIG_DEBUG_INFO is not set
##
## Prevent BPF stuff from comlaining during boot because we have debug info disabled
##
# CONFIG_BPF_PRELOAD is not set
##
## Disable atomisp ov5693 (in staging)
##
# CONFIG_VIDEO_ATOMISP_OV5693 is not set
##
## ASHMEM / BINDERFS
##
CONFIG_ASHMEM=m
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES=""