samples: net: modem: Add net and modem shells
Enabling modem and net shells which is useful for debugging things. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
7c3a4e6baa
commit
fe6ebd5b75
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
# UART support
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
|
@ -32,3 +31,6 @@ CONFIG_NET_LOG=y
|
|||
#CONFIG_NET_L2_PPP_LOG_LEVEL_DBG=y
|
||||
#CONFIG_NET_MGMT_EVENT_LOG_LEVEL_DBG=y
|
||||
#CONFIG_NET_CONNECTION_MANAGER_LOG_LEVEL_DBG=y
|
||||
|
||||
CONFIG_NET_SHELL=y
|
||||
CONFIG_MODEM_SHELL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue