linux-surface/pkg/arch/kernel/arch.config

28 lines
436 B
Plaintext
Raw Normal View History

##
## 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=y
2021-09-03 13:28:18 +00:00
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES=""