iopsys-feed/timemngr/Config.in
2024-04-15 11:45:09 +05:30

26 lines
711 B
Text

if PACKAGE_timemngr
choice
prompt "Select backend of time management"
default TIMEMNGR_NTPD
depends on PACKAGE_timemngr
help
Select which backend daemon to use for time management
config TIMEMNGR_NTPD
bool "Use NTPD for time management"
endchoice
config TIMEMNGR_MIGRATE_SYSTEM
bool "Migrate time definition from system uci"
depends on PACKAGE_timemngr
default y
help
Timemngr can be configured with time uci file, or by a migration
script to migrate ntp uci definition from system uci to time uci.
Enable this option to install the ntp migration script.
config TIMEMNGR_VENDOR_EXTENSIONS
bool "Iopsys vendor extensions for Device.Time."
depends on PACKAGE_timemngr
default y
endif