Commit 176b78b8 authored by Tristan Gingold's avatar Tristan Gingold

Kconfig: group config for verbose messages

parent 91d92fb9
Pipeline #5492 passed with stage
in 4 minutes and 4 seconds
...@@ -130,17 +130,6 @@ config TEMP_HIGH_RAPPEL ...@@ -130,17 +130,6 @@ config TEMP_HIGH_RAPPEL
int int
default 60 default 60
config PLL_VERBOSE
boolean
default y if TARGET_WR_SWITCH
config PFILTER_VERBOSE
boolean
config WRC_VERBOSE
boolean
default y if TARGET_WR_SWITCH
config VLAN config VLAN
boolean boolean
...@@ -787,6 +776,7 @@ config NET_VERBOSE ...@@ -787,6 +776,7 @@ config NET_VERBOSE
config PLL_VERBOSE config PLL_VERBOSE
depends on DEVELOPER depends on DEVELOPER
boolean "Verbose messages in softpll" boolean "Verbose messages in softpll"
default y if TARGET_WR_SWITCH
help help
Outputs additional debugging messages in the softpll. Off by default. Outputs additional debugging messages in the softpll. Off by default.
...@@ -803,6 +793,9 @@ config SNMP_VERBOSE ...@@ -803,6 +793,9 @@ config SNMP_VERBOSE
help help
This enables some more diagnostic messages. Normally off. This enables some more diagnostic messages. Normally off.
config PFILTER_VERBOSE
boolean
config TEMP_FAKE config TEMP_FAKE
depends on DEVELOPER && TEMP_SENSORS depends on DEVELOPER && TEMP_SENSORS
boolean "Offer an array of 3 fake temperatures, for testing" boolean "Offer an array of 3 fake temperatures, for testing"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment