zephyr/make/target
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
..
arch First commit 2015-04-10 16:44:37 -07:00
env First commit 2015-04-10 16:44:37 -07:00
headers First commit 2015-04-10 16:44:37 -07:00
kconfig Revise dependencies for timer-related configuration options 2016-02-05 20:13:49 -05:00
kernel Remove remaining references to NLI 2016-02-05 20:13:48 -05:00
library First commit 2015-04-10 16:44:37 -07:00
run Remove Simics references from build system 2016-02-05 20:13:48 -05:00
stdlib/minimal First commit 2015-04-10 16:44:37 -07:00
toolchain build: Always enable section garbage collection flags 2016-02-05 20:13:48 -05:00
wb-helper First commit 2015-04-10 16:44:37 -07:00
make.library First commit 2015-04-10 16:44:37 -07:00
make.nkernel First commit 2015-04-10 16:44:37 -07:00
make.nklib First commit 2015-04-10 16:44:37 -07:00
make.ukernel First commit 2015-04-10 16:44:37 -07:00
make.uklib First commit 2015-04-10 16:44:37 -07:00