zephyr/subsys/power
Andy Ross 393ec71ec3 clock: Remove CONFIG_TICKLESS_KERNEL_TIME_UNIT_IN_MICRO_SECS
This was only used in a few places just to indirect the already
perfectly valid SYS_CLOCK_TICKS_PER_SEC value.  There's no reason for
these to ever have been kconfig units, and in fact the distinction
appears to have introduced a hidden/untested bug in the power
subsystem (the two variables were used interchangably, but they were
defined in reciprocal units!).

Just use "ticks" as our time unit pervasively, and clarify the docs to
explain that.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-10-16 15:03:10 -04:00
..
policy clock: Remove CONFIG_TICKLESS_KERNEL_TIME_UNIT_IN_MICRO_SECS 2018-10-16 15:03:10 -04:00
CMakeLists.txt subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00
device.c subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00
Kconfig subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00
power.c subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00