zephyr/make
Allan Stephens 07646ce038 Revise dependencies for timer-related configuration options
Revises the relationships between several configuration options
to support a tickless kernel capabilty. Specifically:

1) SYS_CLOCK_TICKS_PER_SEC is now always defined, so that it can
be referenced by TICKLESS_KERNEL. However, SYS_CLOCK_TICKS_PER_SEC
is forced to 0 when there is no timer interrupt support.

2) NUM_TIMER_PACKETS is now forced to 0 in a microkernel system
when TICKLESS_KERNEL is enabled.

3) TIMESLICING is now disabled when TICKLESS_KERNEL is enabled.

Change-Id: Ie8bf58e7828069afe68ae9451ffbf9bc220ea35f
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:49 -05:00
..
env Remove VXLITE references from build system 2016-02-05 20:13:49 -05:00
host First commit 2015-04-10 16:44:37 -07:00
target Revise dependencies for timer-related configuration options 2016-02-05 20:13:49 -05:00
vxmicro build: remove leftover commands for invoking host server 2016-02-05 20:13:48 -05:00