Commit d3e0634e authored by Adam Wujek's avatar Adam Wujek

[BUG: #225] fix script generating Kconfig_port_timing.in

fix script generating Kconfig_port_timing.in to include change from
commit:
Kconfig: allow configuration of externalPortConfigurationEnabled in all timing modes
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 4cee2700
......@@ -31,7 +31,6 @@ function print_header() {
echo -e "menu \"Port Timing Configuration\"" >$OUTPUT_FILE
echo -e "config PTP_OPT_EXT_PORT_CONFIG_ENABLED" >>$OUTPUT_FILE
echo -e "\tbool \"externalPortConfigurationEnabled\" " >>$OUTPUT_FILE
echo -e "\tdepends on TIME_BC" >>$OUTPUT_FILE
echo -e "\tdefault false" >>$OUTPUT_FILE
echo -e "\thelp" >>$OUTPUT_FILE
echo -e "\t This option is used by the high accuracy profile to force the port state." >>$OUTPUT_FILE
......
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