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:
parent
110a742d06
commit
c91b6219e9
|
|
@ -5,4 +5,8 @@ require recipes-kernel/linux/linux-dey.inc
|
||||||
SRCBRANCH = "v6.1.22/nxp/master"
|
SRCBRANCH = "v6.1.22/nxp/master"
|
||||||
SRCREV = "${AUTOREV}"
|
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)"
|
COMPATIBLE_MACHINE = "(ccimx93)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue