26 lines
535 B
Text
26 lines
535 B
Text
menuconfig LORA32_ENABLED
|
|
bool "LORA32"
|
|
default y
|
|
help
|
|
Select this option to enable LORA32 driver and show the submodule with configuration
|
|
|
|
config LORA32_NSS_PIN
|
|
int "GPIO to handle NSS"
|
|
depends on LORA32_ENABLED
|
|
default 18
|
|
help
|
|
GPIO to handle NSS
|
|
|
|
config LORA32_RESET_PIN
|
|
int "GPIO to handle RESET"
|
|
depends on LORA32_ENABLED
|
|
default 14
|
|
help
|
|
GPIO to handle RESET
|
|
|
|
config LORA32_DIO0_PIN
|
|
int "GPIO to handle DIO0"
|
|
depends on LORA32_ENABLED
|
|
default 26
|
|
help
|
|
GPIO to handle DIO0
|