device_lenovo_jd2019/BoardConfig.mk
LuK1337 5e2e36cb7d
jd2019: Include vendor/debugfs.config
This disables the following kernel configs:
* CONFIG_DEBUG_FS
* CONFIG_PAGE_OWNER

Change-Id: Idbf74e3dee4dccff4708462271e79374e28449ae
2023-12-16 20:20:21 +02:00

20 lines
447 B
Makefile

#
# Copyright (C) 2018-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sdm710-common
-include device/lenovo/sdm710-common/BoardConfigCommon.mk
DEVICE_PATH := device/lenovo/jd2019
# Kernel
TARGET_KERNEL_CONFIG := jd2019_defconfig \
vendor/debugfs.config
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Inherit from the proprietary version
-include vendor/lenovo/jd2019/BoardConfigVendor.mk