Commit 764d2c89 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Update KConfig files and tool to remove references to HA

- Remove all references to HA (+ L1SYNC) in KConfig files
- Update some help description
parent 32169dbc
......@@ -3,7 +3,7 @@ mainmenu "White Rabbit Switch configuration"
config DOTCONF_FW_VERSION
string "Firmware version"
default "5.0"
default "6.0.0"
help
Free-text information about switch's firmware version. This field is
for information purpose only. Additionally this field describes
......@@ -11,6 +11,7 @@ config DOTCONF_FW_VERSION
config DOTCONF_HW_VERSION
string "Hardware version"
default "3.4"
help
Free-text information about switch's Hardware version. This field is
for information purpose only.
......@@ -104,7 +105,7 @@ config LEAPSEC_URL
help
tftp://, ftp:// or http:// URLs are allowed. Names are allowed if
you configured a DNS server. The special strings HOSTNAME, BOOTSERVER, IPADDR and
MACADDRare substituted before retrieving the file.
MACADDR are substituted before retrieving the file.
Example: "tftp://BOOTSERVER/leap-seconds.IPADDR"
......@@ -223,6 +224,7 @@ config ROOT_ACCESS_DISABLE
config LDAP_ENABLE
bool "Enable LDAP authorization"
default false
help
Enable LDAP authorization. Used by ssh.
......@@ -630,8 +632,6 @@ config PTP_OPT_PRIORITY2
A user configurable designation that provides finer grained ordering
among otherwise equivalent PTP devices.
For more details please refer to the IEEE 1588-2008 standard
If set, this configuration item overwrites the default value from
ppsi-pre.conf during generation of ppsi.conf.
config PTP_OPT_CLOCK_CLASS
int "clock-class"
......@@ -650,8 +650,6 @@ config PTP_OPT_CLOCK_CLASS
expected performance of the time or frequency distributed by a
Boundary Clock or Ordinary Clock.
For more details please refer to the IEEE 1588-2008 standard.
If set, this configuration item overwrites the default value from
ppsi-pre.conf during generation of ppsi.conf.
config PTP_OPT_OVERWRITE_ATTRIBUTES
boolean "Overwrite default PTP device attributes"
......@@ -673,8 +671,6 @@ config PTP_OPT_CLOCK_ACCURACY
An attribute defining the accuracy of the Local Clock (e.g. local
oscillator) of a Boundary Clock or Ordinary Clock.
For more details please refer to the IEEE 1588-2008 standard.
If set, this configuration item overwrites the default value from
ppsi-pre.conf during generation of ppsi.conf.
config PTP_OPT_CLOCK_ALLAN_VARIANCE
int "clock-allan-variance/offsetScaledLogVariance"
......@@ -686,8 +682,6 @@ config PTP_OPT_CLOCK_ALLAN_VARIANCE
An attribute defining the stability of the Local Clock of a
Boundary Clock or Ordinary Clock.
For more details please refer to the IEEE 1588-2008 standard.
If set, this configuration item overwrites the default value from
ppsi-pre.conf during generation of ppsi.conf.
config PTP_OPT_TIME_SOURCE
int "time-source"
......@@ -723,7 +717,7 @@ config PPSGEN_PTP_THRESHOLD_MS
master used to start the generation of the PPS. It is either used by a PTP slave
instance or a instance using a protocol extension but going into the fallback PTP mode
and with the PTP fallback option active.
A 0 value means that the PPS will be not generated for the considerated cases.
A 0 value means that the PPS will be not generated for the considered cases.
When the PPS is generated, it can be also disabled when the offset from master becomes greater
than the threshold value + 20%
......@@ -1153,7 +1147,7 @@ config FAN_HYSTERESIS
be used during development to reduce noise generated by a switch.
Don't use in production as this may affect the synchronization
performance.
config FAN_HYSTERESIS_T_DISABLE
int "Disable fans temperature"
default 60
......@@ -1203,7 +1197,7 @@ choice
config OPTIMIZATION_DEBUGGING
boolean "Debugging (-Og)"
help
Should be the optimization level of choice for the standard edit-compile-debug cycle
Should be the optimization level choice for the standard edit-compile-debug cycle
config OPTIMIZATION_NONE_DEBUGGING
boolean "Debugging without optimization(-ggdb)"
......
This diff is collapsed.
This diff is collapsed.
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