xref: /OK3568_Linux_fs/buildroot/package/chrony/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CHRONY
2	bool "chrony"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Chrony is a pair of programs which are used to maintain the
6	  accuracy of the system clock.
7
8	  http://chrony.tuxfamily.org/
9
10config BR2_PACKAGE_CHRONY_DEBUG_LOGGING
11	bool "enable debug logging support"
12	depends on BR2_PACKAGE_CHRONY
13	help
14	  Enable support for debug logging output from Chrony when
15	  enabled at runtime. If disabled, code for debug logging will
16	  not be compiled in.
17