Commit 86b5782b authored by Adam Wujek's avatar Adam Wujek 💬

Kconfig: (no technical change) fix indentation

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4bab3eaf
...@@ -83,8 +83,8 @@ config WR_NODE_PCS16 ...@@ -83,8 +83,8 @@ config WR_NODE_PCS16
boolean "Compile for 16-bit PCS" boolean "Compile for 16-bit PCS"
default n default n
help help
This allows to compile the WR PTP Core software for 16-bit PCS platforms This allows to compile the WR PTP Core software for 16-bit PCS platforms
(e.g. Kintex-7). (e.g. Kintex-7).
config STACKSIZE config STACKSIZE
depends on WR_NODE depends on WR_NODE
...@@ -151,23 +151,23 @@ config SYSLOG ...@@ -151,23 +151,23 @@ config SYSLOG
to enable it. The special "off" ipaddr disables syslog. to enable it. The special "off" ipaddr disables syslog.
config SNMP config SNMP
depends on IP depends on IP
default y default y
boolean "Mini SNMP responder" boolean "Mini SNMP responder"
config SNMP_SET config SNMP_SET
depends on SNMP depends on SNMP
default y default y
boolean "Add SET support to the Mini SNMP responder" boolean "Add SET support to the Mini SNMP responder"
help help
This option enables support for SET requests for Mini SNMP responder This option enables support for SET requests for Mini SNMP responder
config SNMP_AUX_DIAG config SNMP_AUX_DIAG
depends on SNMP && AUX_DIAG depends on SNMP && AUX_DIAG
default y if AUX_DIAG default y if AUX_DIAG
default n default n
boolean "Adds support of auxiliary diagnostics registers to SNMP" boolean "Adds support of auxiliary diagnostics registers to SNMP"
help help
This option adds branch wrpcAuxDiag to the SNMP This option adds branch wrpcAuxDiag to the SNMP
config SNMP_HW_TYPE config SNMP_HW_TYPE
...@@ -201,14 +201,14 @@ config HAS_FLASH_INIT ...@@ -201,14 +201,14 @@ config HAS_FLASH_INIT
default 0 default 0
config FLASH_INIT config FLASH_INIT
boolean boolean
default y if EMBEDDED_NODE default y if EMBEDDED_NODE
default n default n
config AUX_DIAG config AUX_DIAG
default n default n
boolean "Add support for auxiliary diagnostics registers" boolean "Add support for auxiliary diagnostics registers"
help help
This option adds support for read/write of aux diag registers and This option adds support for read/write of aux diag registers and
the diag command. the diag command.
...@@ -368,11 +368,11 @@ config ASSERT_ENA ...@@ -368,11 +368,11 @@ config ASSERT_ENA
bool "Build assertion checks in the code" bool "Build assertion checks in the code"
depends on DEVELOPER depends on DEVELOPER
default y default y
help help
Build assertions in the code, to catch unexpected situations. Build assertions in the code, to catch unexpected situations.
When an assertion fails the code loops over repeating the When an assertion fails the code loops over repeating the
error message every second. OTOH, panic() is always built, error message every second. OTOH, panic() is always built,
with no Kconfig -- and it does the same, unconditionally. with no Kconfig -- and it does the same, unconditionally.
config DETERMINISTIC_BINARY config DETERMINISTIC_BINARY
depends on DEVELOPER && EMBEDDED_NODE depends on DEVELOPER && EMBEDDED_NODE
...@@ -520,16 +520,16 @@ config PRINTF_XINT ...@@ -520,16 +520,16 @@ config PRINTF_XINT
default y default y
config PRINTF_FULL config PRINTF_FULL
boolean boolean
default PRINTF_IS_FULL default PRINTF_IS_FULL
config PRINTF_MINI config PRINTF_MINI
boolean boolean
default PRINTF_IS_MINI default PRINTF_IS_MINI
config PRINTF_NONE config PRINTF_NONE
boolean boolean
default PRINTF_IS_NONE default PRINTF_IS_NONE
config PPSI config PPSI
depends on WR_NODE depends on WR_NODE
......
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