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

Kconfig: group config for verbose messages

parent 91d92fb9
Pipeline #5333 passed with stage
in 3 minutes and 53 seconds
......@@ -130,17 +130,6 @@ config TEMP_HIGH_RAPPEL
int
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
boolean
......@@ -787,6 +776,7 @@ config NET_VERBOSE
config PLL_VERBOSE
depends on DEVELOPER
boolean "Verbose messages in softpll"
default y if TARGET_WR_SWITCH
help
Outputs additional debugging messages in the softpll. Off by default.
......@@ -803,6 +793,9 @@ config SNMP_VERBOSE
help
This enables some more diagnostic messages. Normally off.
config PFILTER_VERBOSE
boolean
config TEMP_FAKE
depends on DEVELOPER && TEMP_SENSORS
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