Skip to content

Commit 7e45092

Browse files
tagunilnashif
authored andcommitted
modules: loramac-node: add SX1272 support
Add Kconfig option enabling Semtech-provided SX1272 driver. Signed-off-by: Ilya Tagunov <[email protected]>
1 parent 735d2fe commit 7e45092

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/Kconfig.loramac-node

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ config HAS_SEMTECH_RADIO_DRIVERS
2020
help
2121
This option enables the use of Semtech's Radio drivers
2222

23+
config HAS_SEMTECH_SX1272
24+
bool
25+
depends on HAS_SEMTECH_RADIO_DRIVERS
26+
2327
config HAS_SEMTECH_SX1276
2428
bool
2529
depends on HAS_SEMTECH_RADIO_DRIVERS

0 commit comments

Comments
 (0)