From c91b6219e92eb9c04105055e9a3f7abffa4e92e9 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Wed, 12 Jul 2023 10:14:25 +0200 Subject: [PATCH] linux-dey: blacklist btnxpuart module The btnxpuart driver is used for the bluetooth chip. We want to control when to load and unload it, and when power/unpower the chip. Therefore, blacklist it, so we can manage it in our scripts. https://onedigi.atlassian.net/browse/DEL-8632 Signed-off-by: Isaac Hermida --- meta-digi-arm/recipes-kernel/linux/linux-dey_6.1.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey_6.1.bb b/meta-digi-arm/recipes-kernel/linux/linux-dey_6.1.bb index 12b4a5d94..eac62ffb6 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey_6.1.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey_6.1.bb @@ -5,4 +5,8 @@ require recipes-kernel/linux/linux-dey.inc SRCBRANCH = "v6.1.22/nxp/master" SRCREV = "${AUTOREV}" +# Blacklist btnxpuart module. It will be managed by the bluetooth-init script +KERNEL_MODULE_PROBECONF += "btnxpuart" +module_conf_btnxpuart = "blacklist btnxpuart" + COMPATIBLE_MACHINE = "(ccimx93)"