sm8550-common: Include vendor/debugfs.config

This disables the following kernel configs:
* CONFIG_DEBUG_FS
* CONFIG_PAGE_OWNER

Change-Id: Idbf74e3dee4dccff4708462271e79374e28449ae
This commit is contained in:
LuK1337
2022-03-30 00:30:07 +02:00
committed by Bruno Martins
parent 09350ebeed
commit 03fefc1c64

View File

@@ -126,7 +126,8 @@ TARGET_KERNEL_SOURCE := kernel/oneplus/sm8550
TARGET_KERNEL_CONFIG := \
gki_defconfig \
vendor/kalama_GKI.config \
vendor/oplus/kalama_GKI.config
vendor/oplus/kalama_GKI.config \
vendor/debugfs.config
# Kernel modules
BOARD_SYSTEM_KERNEL_MODULES_LOAD := $(strip $(shell cat $(COMMON_PATH)/modules.load.system_dlkm))