Skip to content

Commit

Permalink
modules: loramac-node: add SX1272 support
Browse files Browse the repository at this point in the history
Add Kconfig option enabling Semtech-provided SX1272 driver.

Signed-off-by: Ilya Tagunov <[email protected]>
  • Loading branch information
tagunil authored and nashif committed Feb 28, 2021
1 parent 735d2fe commit 7e45092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/Kconfig.loramac-node
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ config HAS_SEMTECH_RADIO_DRIVERS
help
This option enables the use of Semtech's Radio drivers

config HAS_SEMTECH_SX1272
bool
depends on HAS_SEMTECH_RADIO_DRIVERS

config HAS_SEMTECH_SX1276
bool
depends on HAS_SEMTECH_RADIO_DRIVERS
Expand Down

0 comments on commit 7e45092

Please sign in to comment.