From c859ae309567a739d91c5e57821fa6a526c2d520 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Wed, 20 Mar 2024 20:18:25 +0800 Subject: [PATCH] dm3q: Set device specific kernel defconfig Change-Id: I8cc6179eff4c5e868a1b9322b87c58365a28ba39 --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index eb38604..a70ec2d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -15,5 +15,8 @@ TARGET_OTA_ASSERT_DEVICE := dm3q # Display TARGET_SCREEN_DENSITY := 450 +# Kernel +TARGET_KERNEL_CONFIG := dm3q_defconfig + # Include the proprietary files BoardConfig. include vendor/samsung/dm3q/BoardConfigVendor.mk