Commit 495f6b7c authored by Yong Cong Sin's avatar Yong Cong Sin Committed by Christopher Friedt
Browse files

drivers: modem: bg9x: Fix unused configs



Fix Kconfig so that unused configs won't be compiled.

Signed-off-by: default avatarYong Cong Sin <yongcong.sin@gmail.com>
parent 8a021b49
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ config MODEM_QUECTEL_BG9X
	  Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem
	  driver.

if MODEM_QUECTEL_BG9X

config MODEM_QUECTEL_BG9X_RX_STACK_SIZE
	int "Stack size for the quectel BG9X modem driver RX thread"
	default 1028
@@ -61,3 +63,5 @@ config MODEM_QUECTEL_BG9X_INIT_PRIORITY
	  Do not mess with it unless you know what you are doing.
	  Note that the priority needs to be lower than the net stack
	  so that it can start before the networking sub-system.

endif