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:
parent
47dbfee270
commit
83eb180adb
|
|
@ -24,8 +24,8 @@ STM_RT_CONFIG_FRAGS = " \
|
||||||
KERNEL_CONFIG_FRAGMENTS:append:stm32mpcommon = " ${@bb.utils.contains('DISTRO_FEATURES', 'rt', '${STM_RT_CONFIG_FRAGS}', '', d)}"
|
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
|
# Blacklist btnxpuart module. It will be managed by the bluetooth-init script
|
||||||
KERNEL_MODULE_PROBECONF += "btnxpuart"
|
KERNEL_MODULE_PROBECONF:ccimx9 += "btnxpuart"
|
||||||
module_conf_btnxpuart = "blacklist btnxpuart"
|
module_conf_btnxpuart:ccimx9 = "blacklist btnxpuart"
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
# stub for devicetree which are located on digi directory
|
# stub for devicetree which are located on digi directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue