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.
This commit is contained in:
Maximilian Luz 2021-03-26 20:38:31 +01:00
parent 6c3ab525f2
commit 96cbaf80dc
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -4,6 +4,12 @@
# 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)
##