apps/examples/sx127x_demo/Kconfig: Fix misplaced 'if'

This commit is contained in:
Gregory Nutt 2019-03-07 18:08:31 -06:00
parent c019c9d7af
commit e4e00f716f

View File

@ -8,6 +8,8 @@ config EXAMPLES_SX127X
default n
depends on LPWAN_SX127X
if EXAMPLES_SX127X
config EXAMPLES_SX127X_RFFREQ
int "SX127x RF frequency"
default 930000000
@ -28,5 +30,4 @@ config EXAMPLES_SX127X_INTERVAL
int "SX127x time interval for modem operations"
default 5
if EXAMPLES_SX127X
endif