mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 12:15:14 +00:00
Same deal as in commit eddd98f811
("kconfig: Replace some single-symbol
'if's with 'depends on'"), for the remaining cases outside defconfig
files. See that commit for an explanation.
Will do the defconfigs separately in case there are any complaints
there.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
#
|
|
# Copyright (c) 2019 Manivannan Sadhasivam
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config HAS_SEMTECH_LORAMAC
|
|
bool "Semtech LoRaMac Stack"
|
|
help
|
|
This option enables the use of Semtech's LoRaMac stack
|
|
|
|
config HAS_SEMTECH_RADIO_DRIVERS
|
|
bool "Semtech LoRa Radio Drivers"
|
|
help
|
|
This option enables the use of Semtech's Radio drivers
|
|
|
|
config HAS_SEMTECH_SX1276
|
|
bool
|
|
depends on HAS_SEMTECH_RADIO_DRIVERS
|