Skip to content

Commit

Permalink
format Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jan 6, 2022
1 parent fe346e8 commit 20c3104
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions iot/mymqtt/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Kconfig file for package mymqtt
menuconfig PKG_USING_MYMQTT
bool "MY MQTTEclipse Paho MQTT C/C++ client, A new efficient and stable way to realize for rt-thread."
bool "MY MQTT: Eclipse Paho MQTT C/C++ client, A new efficient and stable way to realize for rt-thread."
default n

if PKG_USING_MYMQTT
Expand All @@ -19,8 +19,8 @@ if PKG_USING_MYMQTT
config PKG_USING_MYMQTT_LATEST_VERSION
bool "latest"
endchoice
config PKG_USING_MYMQTT_EXAMPLE

config PKG_USING_MYMQTT_EXAMPLE
bool "Enable MQTT example"
default n

Expand All @@ -42,7 +42,7 @@ if PKG_USING_MYMQTT
config MQTT_DEBUG
bool "Enable debug log output"
default y

config PKG_MYMQTT_VER
string
default "v1.0.0" if PKG_USING_MYMQTT_V100
Expand Down
6 changes: 3 additions & 3 deletions iot/net_server/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if PKG_USING_NET_SERVER
config NET_SERVER_USING_TLS
bool "Enable TLS support"
default n

if NET_SERVER_USING_TLS
choice
prompt "tls port file"
Expand All @@ -46,13 +46,13 @@ if PKG_USING_NET_SERVER
bool "wolfSSL port"
endchoice


config NET_SERVER_TLS_EXAMPLE
bool "Use tls server example"
default n

endif

config PKG_NET_SERVER_VER
string
default "v1.0.1" if PKG_USING_NET_SERVER_V101
Expand Down
2 changes: 1 addition & 1 deletion language/LuatOS_SOC/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if PKG_USING_LUATOS_SOC
config PKG_USING_LUATOS_SOC_LATEST_VERSION
bool "latest"
endchoice

config PKG_LUATOS_SOC_VER
string
default "latest" if PKG_USING_LUATOS_SOC_LATEST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion misc/CanFestival/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menuconfig PKG_USING_CANFESTIVAL
default n
help
CanFestival focuses on providing an ANSI-C platform independent
CANOpen® stack that can be built as master or slave nodes on
CANOpen stack that can be built as master or slave nodes on
PCs, Real-time IPCs, and Microcontrollers.

if PKG_USING_CANFESTIVAL
Expand Down
2 changes: 1 addition & 1 deletion misc/design_pattern/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if PKG_USING_DESIGN_PATTERN
config PKG_USING_DESIGN_PATTERN_LATEST_VERSION
bool "latest"
endchoice

config PKG_DESIGN_PATTERN_VER
string
default "v1.0.0" if PKG_USING_DESIGN_PATTERN_V100
Expand Down
6 changes: 3 additions & 3 deletions peripherals/lora_modem_driver/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menuconfig PKG_USING_LORA_MODEM_DRIVER
bool "lora_modem_driver is a serial driver of lora\\lorawan modem."
default n

if PKG_USING_LORA_MODEM_DRIVER
if PKG_USING_LORA_MODEM_DRIVER

config PKG_LORA_MODEM_DRIVER_PATH
string
Expand Down Expand Up @@ -159,7 +159,7 @@ if PKG_USING_LORA_MODEM_DRIVER
default n

if LORA_MODEM_DRIVER_USING_LORA_MODEM_DEBUG

config LWM_DBG_CORE_CONFIG
bool "Enable LoRa Modem Core Debug"
default n
Expand Down Expand Up @@ -196,7 +196,7 @@ if PKG_USING_LORA_MODEM_DRIVER
config PKG_USING_LORA_MODEM_DRIVER_LATEST_VERSION
bool "latest"
endchoice

config PKG_LORA_MODEM_DRIVER_VER
string
default "v0.5.0" if PKG_USING_LORA_MODEM_DRIVER_V050
Expand Down
2 changes: 1 addition & 1 deletion system/POSIX/getline/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if PKG_USING_POSIX_GETLINE
config PKG_POSIX_GETLINE_PATH
string
default "/packages/system/POSIX/getline"

config PKG_POSIX_GETLINE_VER
string
default "latest"
Expand Down

0 comments on commit 20c3104

Please sign in to comment.