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 <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2023-07-12 10:14:25 +02:00
parent 110a742d06
commit c91b6219e9
1 changed files with 4 additions and 0 deletions

View File

@ -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)"