Commit 75c6b639 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Kconfig: new dependency

A dependency have been added to not allow the option "Force to get the
URL to a dot-config via DHCP" in order to get the source of the
dot-config file. This option is now only available if the "DHCP forever"
option is selected in the management port configuration.

This has been done to avoid to wait forever the availability of the DHCP
service to get the dot-config source while this service is not required
or mandatory for the management port setup.
parent 4d9968c3
......@@ -45,6 +45,7 @@ config DOTCONF_SOURCE_REMOTE
config DOTCONF_SOURCE_FORCE_DHCP
bool "Force to get the URL to a dot-config via DHCP"
depends on ETH0_DHCP
help
Retrieve a URL to the dot-config via DHCP at boot.
The URL can be configured in the "filename" configuration field of
......@@ -1152,7 +1153,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
......
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