Commit ae895df6 authored by Aurelio Colosimo's avatar Aurelio Colosimo Committed by Alessandro Rubini

submodule ppsi: added to git and to Kconfig as a choice

parent dc72fd7b
[submodule "ptp-noposix"]
path = ptp-noposix
url = git://ohwr.org/white-rabbit/ppsi/ptp-noposix.git
[submodule "ppsi"]
path = ppsi
url = git@ohwr.org:white-rabbit/ppsi.git
......@@ -97,7 +97,19 @@ config DETERMINISTIC_BINARY
If in doubt, say No.
# The following will soon become a choice with ppsi
choice
prompt "Choose your preferred ptp engine"
default PTP_NOPOSIX
config PTP_NOPOSIX
boolean
default y
\ No newline at end of file
boolean "ptp-noposix"
help
Select this option for the ptp-noposix engine
config PPSI
boolean "ppsi - not recommended: not fully supported yet"
help
Select this option for the ppsi engine. Warning: this option is
work in progress, may not work or not compile at all.
endchoice
ppsi @ a34f8c5d
Subproject commit a34f8c5d65d6ea822c0a6f0d92f632c74fd86fee
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