Commit c26154d3 authored by Adam Wujek's avatar Adam Wujek 💬

Kconfig: move WR_NODE_SIM before DEVELOPER

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4a804aa5
...@@ -225,6 +225,18 @@ config LEGACY_EEPROM ...@@ -225,6 +225,18 @@ config LEGACY_EEPROM
boolean boolean
default !SDB_STORAGE default !SDB_STORAGE
config WR_NODE_SIM
depends on WR_NODE
boolean "Build simple software for test of WR PTP Core in simulation"
default n
help
This option builds binary that is meant to be used in testbench
simulations. It initializes only simulation-needed essentials.
All the initialization that is time-consuming and unnecessary
is avoided. The main function sends min-size frames to PTP
MAC address destination and expects the simulation to return
these frames.
# #
# This is a set of configuration options that should not be changed by # This is a set of configuration options that should not be changed by
# normal users. If the "developer" menu is used, the binary is tainted. # normal users. If the "developer" menu is used, the binary is tainted.
...@@ -491,18 +503,6 @@ config LATENCY_SYSLOG ...@@ -491,18 +503,6 @@ config LATENCY_SYSLOG
bool "Report latency problems to syslog" bool "Report latency problems to syslog"
default y default y
config WR_NODE_SIM
depends on WR_NODE
boolean "Build simple software for test of WR PTP Core in simulatin"
default n
help
This option builds binary that is meant to be used in testbench
simulations. It initializes only simulation-needed essentials.
All the initialization that is time-consuming and unnecessery
is avoided. The main function sends min-size frames to PTP
MAC address destination and expects the simulation to return
these frames.
# This is needed to size the pp_instance data strucuture. Instead of # This is needed to size the pp_instance data strucuture. Instead of
# including the ppsi autoconf.h, with duplicate definitions, define it # including the ppsi autoconf.h, with duplicate definitions, define it
......
...@@ -41,6 +41,7 @@ CONFIG_FLASH_INIT=y ...@@ -41,6 +41,7 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
...@@ -62,7 +63,6 @@ CONFIG_NET_VERBOSE=y ...@@ -62,7 +63,6 @@ CONFIG_NET_VERBOSE=y
# CONFIG_SNMP_VERBOSE is not set # CONFIG_SNMP_VERBOSE is not set
CONFIG_FAKE_TEMPERATURES=y CONFIG_FAKE_TEMPERATURES=y
CONFIG_LATENCY_PROBE=y CONFIG_LATENCY_PROBE=y
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -39,6 +39,7 @@ CONFIG_FLASH_INIT=y ...@@ -39,6 +39,7 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
...@@ -59,7 +60,6 @@ CONFIG_ASSERT_ENA=y ...@@ -59,7 +60,6 @@ CONFIG_ASSERT_ENA=y
# CONFIG_NET_VERBOSE is not set # CONFIG_NET_VERBOSE is not set
# CONFIG_FAKE_TEMPERATURES is not set # CONFIG_FAKE_TEMPERATURES is not set
CONFIG_LATENCY_PROBE=y CONFIG_LATENCY_PROBE=y
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -39,6 +39,7 @@ CONFIG_FLASH_INIT=y ...@@ -39,6 +39,7 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
...@@ -59,7 +60,6 @@ CONFIG_ASSERT_ENA=y ...@@ -59,7 +60,6 @@ CONFIG_ASSERT_ENA=y
# CONFIG_NET_VERBOSE is not set # CONFIG_NET_VERBOSE is not set
# CONFIG_FAKE_TEMPERATURES is not set # CONFIG_FAKE_TEMPERATURES is not set
CONFIG_LATENCY_PROBE=y CONFIG_LATENCY_PROBE=y
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -39,6 +39,7 @@ CONFIG_FLASH_INIT=y ...@@ -39,6 +39,7 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
...@@ -59,7 +60,6 @@ CONFIG_ASSERT_ENA=y ...@@ -59,7 +60,6 @@ CONFIG_ASSERT_ENA=y
# CONFIG_NET_VERBOSE is not set # CONFIG_NET_VERBOSE is not set
# CONFIG_FAKE_TEMPERATURES is not set # CONFIG_FAKE_TEMPERATURES is not set
CONFIG_LATENCY_PROBE=y CONFIG_LATENCY_PROBE=y
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -37,12 +37,12 @@ CONFIG_FLASH_INIT=y ...@@ -37,12 +37,12 @@ CONFIG_FLASH_INIT=y
CONFIG_AUX_DIAG=y CONFIG_AUX_DIAG=y
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
# #
# CONFIG_DEVELOPER is not set # CONFIG_DEVELOPER is not set
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -32,12 +32,12 @@ CONFIG_FLASH_INIT=y ...@@ -32,12 +32,12 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
# #
# CONFIG_DEVELOPER is not set # CONFIG_DEVELOPER is not set
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -34,12 +34,12 @@ CONFIG_FLASH_INIT=y ...@@ -34,12 +34,12 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
# CONFIG_WR_NODE_SIM is not set
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
# #
# CONFIG_DEVELOPER is not set # CONFIG_DEVELOPER is not set
# CONFIG_WR_NODE_SIM is not set
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
...@@ -36,6 +36,7 @@ CONFIG_FLASH_INIT=y ...@@ -36,6 +36,7 @@ CONFIG_FLASH_INIT=y
# CONFIG_AUX_DIAG is not set # CONFIG_AUX_DIAG is not set
CONFIG_SDB_STORAGE=y CONFIG_SDB_STORAGE=y
# CONFIG_LEGACY_EEPROM is not set # CONFIG_LEGACY_EEPROM is not set
CONFIG_WR_NODE_SIM=y
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
...@@ -54,7 +55,6 @@ CONFIG_ASSERT_ENA=y ...@@ -54,7 +55,6 @@ CONFIG_ASSERT_ENA=y
# CONFIG_NET_VERBOSE is not set # CONFIG_NET_VERBOSE is not set
# CONFIG_FAKE_TEMPERATURES is not set # CONFIG_FAKE_TEMPERATURES is not set
# CONFIG_LATENCY_PROBE is not set # CONFIG_LATENCY_PROBE is not set
CONFIG_WR_NODE_SIM=y
CONFIG_VLAN_ARRAY_SIZE=1 CONFIG_VLAN_ARRAY_SIZE=1
CONFIG_PRINTF_XINT=y CONFIG_PRINTF_XINT=y
# CONFIG_PRINTF_FULL is not set # CONFIG_PRINTF_FULL is not set
......
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