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