From 42f969ee334706872b868900c04c1ccad33114c3 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 20 Jul 2021 17:57:15 +0200 Subject: [PATCH] machines.conf: add machine feature advanced-gnss to hw21 and hw23 This describes gnss chips with ADR which are supported by gnss-mgr. BugzID: 73593 Signed-off-by: Patrick Zysset --- conf/machine/am335x-nmhw21.conf | 1 + conf/machine/imx8-nmhw23.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/machine/am335x-nmhw21.conf b/conf/machine/am335x-nmhw21.conf index 2f9f718..cc15fab 100644 --- a/conf/machine/am335x-nmhw21.conf +++ b/conf/machine/am335x-nmhw21.conf @@ -26,6 +26,7 @@ MACHINE_FEATURES += " \ spi \ imu \ gnss \ + advanced-gnss \ wwan \ bluetooth \ tibluetooth \ diff --git a/conf/machine/imx8-nmhw23.conf b/conf/machine/imx8-nmhw23.conf index 140d0a2..9a1b59c 100644 --- a/conf/machine/imx8-nmhw23.conf +++ b/conf/machine/imx8-nmhw23.conf @@ -46,6 +46,7 @@ MACHINE_FEATURES += " \ spi \ imu \ gnss \ + advanced-gnss \ wwan \ bluetooth \ neo-m8l \