diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-12-16 12:23:41 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-12-27 11:46:37 -0700 |
commit | 42c17f72373103b74733781e7ba01bad8c560a00 (patch) | |
tree | 992a080a1c99d3c2e45a2b8b2d8eb0ed433c2a71 /conf/machine/imx8mq-evk.conf | |
parent | 2c188229155c84830bbfaba5c038184c7d137c3d (diff) | |
download | meta-freescale-42c17f72373103b74733781e7ba01bad8c560a00.tar.gz |
conf/machine: Add NXP WiFi/BT support to NXP boards
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx8mq-evk.conf')
-rw-r--r-- | conf/machine/imx8mq-evk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf index c1abe991..779ac478 100644 --- a/conf/machine/imx8mq-evk.conf +++ b/conf/machine/imx8mq-evk.conf | |||
@@ -18,7 +18,7 @@ require conf/machine/include/arm/armv8a/tune-cortexa53.inc | |||
18 | # inline NEON and FPU code generation | 18 | # inline NEON and FPU code generation |
19 | DEFAULTTUNE:use-mainline-bsp = "cortexa53-crypto" | 19 | DEFAULTTUNE:use-mainline-bsp = "cortexa53-crypto" |
20 | 20 | ||
21 | MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356" | 21 | MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356 nxp8997-pcie nxp8997-sdio nxp9098-pcie nxp9098-sdio" |
22 | MACHINE_FEATURES:append:use-nxp-bsp = " optee bcm4359" | 22 | MACHINE_FEATURES:append:use-nxp-bsp = " optee bcm4359" |
23 | 23 | ||
24 | MACHINE_SOCARCH_FILTER:append:mx8mq = " virtual/libopenvg virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl virtual/libg2d" | 24 | MACHINE_SOCARCH_FILTER:append:mx8mq = " virtual/libopenvg virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl virtual/libg2d" |