linux-surface/pkg/arch/kernel/arch.config
Maximilian Luz 96cbaf80dc
Disable CONFIG_BPF_PRELOAD for Arch Linux
Due to buildsystem limitations, we have previously disabled
CONFIG_DEBUG_INFO. This however, causes CONFIG_DEBUG_INFO_BTF to be
disabled, which in turn causes some warnings at boot when built with
CONFIG_BPF_PRELOAD. So let's also disable CONFIG_BPF_PRELOAD.
2021-03-26 20:38:31 +01:00

18 lines
287 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