HW21 and HW23: Add spi machine feature

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 15:21:33 +02:00 committed by Gitea
parent 200a4ee56b
commit de1294228d
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \ MACHINE_FEATURES += " \
can \ can \
spi \
wwan \ wwan \
bluetooth \ bluetooth \
tibluetooth \ tibluetooth \

View File

@ -43,6 +43,7 @@ WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \ MACHINE_FEATURES += " \
can \ can \
spi \
wwan \ wwan \
bluetooth \ bluetooth \
neo-m8l \ neo-m8l \