linux-dey: btnxpuart: include it for specific machine

The btnxpuart is the driver used to manage the bluetooth for our i.mx9
modules, so only specify it for the affected platforms.

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2025-04-01 16:28:34 +02:00
parent 47dbfee270
commit 83eb180adb
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ STM_RT_CONFIG_FRAGS = " \
KERNEL_CONFIG_FRAGMENTS:append:stm32mpcommon = " ${@bb.utils.contains('DISTRO_FEATURES', 'rt', '${STM_RT_CONFIG_FRAGS}', '', d)}"
# Blacklist btnxpuart module. It will be managed by the bluetooth-init script
KERNEL_MODULE_PROBECONF += "btnxpuart"
module_conf_btnxpuart = "blacklist btnxpuart"
KERNEL_MODULE_PROBECONF:ccimx9 += "btnxpuart"
module_conf_btnxpuart:ccimx9 = "blacklist btnxpuart"
# ---------------------------------------------------------------------
# stub for devicetree which are located on digi directory