net: Make Kconfig template variables prettier
Adding spaces around "=" when definining Kconfig template so that is more consistent with overall style of these template variables. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
049267a5ca
commit
009e4dafa7
14 changed files with 66 additions and 66 deletions
|
@ -9,10 +9,10 @@
|
||||||
menu "Ethernet Drivers"
|
menu "Ethernet Drivers"
|
||||||
|
|
||||||
if NET_L2_ETHERNET
|
if NET_L2_ETHERNET
|
||||||
module=ETHERNET
|
module = ETHERNET
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=Log level for Ethernet driver
|
module-str = Log level for Ethernet driver
|
||||||
module-help=Sets log level for Ethernet Device Drivers.
|
module-help = Sets log level for Ethernet Device Drivers.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
endif # NET_L2_ETHERNET
|
endif # NET_L2_ETHERNET
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,10 @@ menuconfig IEEE802154
|
||||||
if IEEE802154
|
if IEEE802154
|
||||||
|
|
||||||
if NET_L2_IEEE802154
|
if NET_L2_IEEE802154
|
||||||
module=IEEE802154
|
module = IEEE802154
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=Log level for IEEE 802.15.4 driver
|
module-str = Log level for IEEE 802.15.4 driver
|
||||||
module-help=Sets log level for IEEE 802.15.4 Device Drivers.
|
module-help = Sets log level for IEEE 802.15.4 Device Drivers.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
endif # NET_L2_IEEE802154
|
endif # NET_L2_IEEE802154
|
||||||
|
|
||||||
|
|
|
@ -56,10 +56,10 @@ config SLIP_MTU
|
||||||
data into net_buf's. The actual SLIP connection
|
data into net_buf's. The actual SLIP connection
|
||||||
does not use this value.
|
does not use this value.
|
||||||
|
|
||||||
module=SLIP
|
module = SLIP
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=Log level for slip driver
|
module-str = Log level for slip driver
|
||||||
module-help=Sets log level for slip driver.
|
module-help = Sets log level for slip driver.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config SLIP_STATISTICS
|
config SLIP_STATISTICS
|
||||||
|
@ -95,10 +95,10 @@ menuconfig NET_LOOPBACK
|
||||||
|
|
||||||
if NET_LOOPBACK
|
if NET_LOOPBACK
|
||||||
|
|
||||||
module=NET_LOOPBACK
|
module = NET_LOOPBACK
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=Log level for network loopback driver
|
module-str = Log level for network loopback driver
|
||||||
module-help=Sets log level for network loopback driver.
|
module-help = Sets log level for network loopback driver.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -33,10 +33,10 @@ config NET_BUF_LOG
|
||||||
|
|
||||||
if NET_BUF_LOG
|
if NET_BUF_LOG
|
||||||
|
|
||||||
module=NET_BUF
|
module = NET_BUF
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=Log level for network buffer handling
|
module-str = Log level for network buffer handling
|
||||||
module-help=Sets log level for network buffers.
|
module-help = Sets log level for network buffers.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config NET_BUF_WARN_ALLOC_INTERVAL
|
config NET_BUF_WARN_ALLOC_INTERVAL
|
||||||
|
|
|
@ -17,10 +17,10 @@ menuconfig NET_APP
|
||||||
|
|
||||||
if NET_APP
|
if NET_APP
|
||||||
|
|
||||||
module=NET_APP
|
module = NET_APP
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for net_app library
|
module-str = Log level for net_app library
|
||||||
module-help=Enables net app library to output debug messages.
|
module-help = Enables net app library to output debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config NET_APP_SERVER
|
config NET_APP_SERVER
|
||||||
|
|
|
@ -63,9 +63,9 @@ config COAP_INIT_ACK_TIMEOUT_MS
|
||||||
This value is used as a base value to retry pending CoAP packets.
|
This value is used as a base value to retry pending CoAP packets.
|
||||||
|
|
||||||
if COAP
|
if COAP
|
||||||
module=COAP
|
module = COAP
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for CoAP
|
module-str = Log level for CoAP
|
||||||
module-help=Enables CoAP debug messages.
|
module-help = Enables CoAP debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
endif # COAP
|
endif # COAP
|
||||||
|
|
|
@ -55,10 +55,10 @@ config NET_CONFIG_NEED_IPV4
|
||||||
This option makes sure the network application is initialized properly
|
This option makes sure the network application is initialized properly
|
||||||
in order to use IPv4.
|
in order to use IPv4.
|
||||||
|
|
||||||
module=NET_CONFIG
|
module = NET_CONFIG
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for network config library
|
module-str = Log level for network config library
|
||||||
module-help=Enables net config library to output debug messages.
|
module-help = Enables net config library to output debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
menuconfig NET_CONFIG_SETTINGS
|
menuconfig NET_CONFIG_SETTINGS
|
||||||
|
|
|
@ -108,10 +108,10 @@ config DNS_NUM_CONCUR_QUERIES
|
||||||
This defines how many concurrent DNS queries can be generated using
|
This defines how many concurrent DNS queries can be generated using
|
||||||
same DNS context. Normally 1 is a good default value.
|
same DNS context. Normally 1 is a good default value.
|
||||||
|
|
||||||
module=DNS_RESOLVER
|
module = DNS_RESOLVER
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for DNS resolver
|
module-str = Log level for DNS resolver
|
||||||
module-help=Enables DNS resolver code to output debug messages.
|
module-help = Enables DNS resolver code to output debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif # DNS_RESOLVER
|
endif # DNS_RESOLVER
|
||||||
|
@ -143,10 +143,10 @@ config MDNS_RESPONDER_INIT_PRIO
|
||||||
Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
|
Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
|
||||||
should be bigger than its value.
|
should be bigger than its value.
|
||||||
|
|
||||||
module=MDNS_RESPONDER
|
module = MDNS_RESPONDER
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for mDNS responder
|
module-str = Log level for mDNS responder
|
||||||
module-help=Enables mDNS responder code to output debug messages.
|
module-help = Enables mDNS responder code to output debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config MDNS_RESOLVER_ADDITIONAL_BUF_CTR
|
config MDNS_RESOLVER_ADDITIONAL_BUF_CTR
|
||||||
|
@ -188,10 +188,10 @@ config LLMNR_RESPONDER_INIT_PRIO
|
||||||
Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
|
Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
|
||||||
should be bigger than its value.
|
should be bigger than its value.
|
||||||
|
|
||||||
module=LLMNR_RESPONDER
|
module = LLMNR_RESPONDER
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for LLMNR responder
|
module-str = Log level for LLMNR responder
|
||||||
module-help=Enables LLMNR responder code to output debug messages.
|
module-help = Enables LLMNR responder code to output debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config LLMNR_RESOLVER_ADDITIONAL_BUF_CTR
|
config LLMNR_RESOLVER_ADDITIONAL_BUF_CTR
|
||||||
|
|
|
@ -67,10 +67,10 @@ config HTTP_CLIENT_NETWORK_TIMEOUT
|
||||||
Default network activity timeout in seconds. This setting is used
|
Default network activity timeout in seconds. This setting is used
|
||||||
for TCP connection timeout.
|
for TCP connection timeout.
|
||||||
|
|
||||||
module=HTTP
|
module = HTTP
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for HTTP
|
module-str = Log level for HTTP
|
||||||
module-help=Enables routing engine debug messages.
|
module-help = Enables routing engine debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config NET_DEBUG_HTTP_CONN
|
config NET_DEBUG_HTTP_CONN
|
||||||
|
|
|
@ -14,9 +14,9 @@ menuconfig LWM2M
|
||||||
|
|
||||||
if LWM2M
|
if LWM2M
|
||||||
|
|
||||||
module=LWM2M
|
module = LWM2M
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=Log level for LWM2M library
|
module-str = Log level for LWM2M library
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
config LWM2M_ENGINE_STACK_SIZE
|
config LWM2M_ENGINE_STACK_SIZE
|
||||||
|
|
|
@ -12,10 +12,10 @@ menuconfig SNTP
|
||||||
|
|
||||||
if SNTP
|
if SNTP
|
||||||
|
|
||||||
module=SNTP
|
module = SNTP
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for SNTP
|
module-str = Log level for SNTP
|
||||||
module-help=Enable debug message of SNTP client library.
|
module-help = Enable debug message of SNTP client library.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif # SNTP
|
endif # SNTP
|
||||||
|
|
|
@ -96,10 +96,10 @@ config NET_SOCKETS_OFFLOAD
|
||||||
See NET_OFFLOAD for a more deeply integrated approach which offloads
|
See NET_OFFLOAD for a more deeply integrated approach which offloads
|
||||||
from the net_context() API within the Zephyr IP stack.
|
from the net_context() API within the Zephyr IP stack.
|
||||||
|
|
||||||
module=NET_SOCKETS
|
module = NET_SOCKETS
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for BSD sockets compatible API calls
|
module-str = Log level for BSD sockets compatible API calls
|
||||||
module-help=Enables logging for sockets code.
|
module-help = Enables logging for sockets code.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif # NET_SOCKETS
|
endif # NET_SOCKETS
|
||||||
|
|
|
@ -13,10 +13,10 @@ menuconfig WEBSOCKET
|
||||||
|
|
||||||
if WEBSOCKET
|
if WEBSOCKET
|
||||||
|
|
||||||
module=WEBSOCKET
|
module = WEBSOCKET
|
||||||
module-dep=NET_LOG
|
module-dep = NET_LOG
|
||||||
module-str=Log level for weboscket library
|
module-str = Log level for weboscket library
|
||||||
module-help=Enables websocket library to output debug messages.
|
module-help = Enables websocket library to output debug messages.
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif # WEBSOCKET
|
endif # WEBSOCKET
|
||||||
|
|
|
@ -87,9 +87,9 @@ endif # USB_DEVICE_NETWORK_RNDIS
|
||||||
|
|
||||||
if USB_DEVICE_NETWORK
|
if USB_DEVICE_NETWORK
|
||||||
|
|
||||||
module=USB_DEVICE_NETWORK
|
module = USB_DEVICE_NETWORK
|
||||||
module-dep=LOG
|
module-dep = LOG
|
||||||
module-str=USR Device Network log level
|
module-str = USB Device Network log level
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif # USB_DEVICE_NETWORK
|
endif # USB_DEVICE_NETWORK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue