summaryrefslogtreecommitdiff
path: root/samples/ipm
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-01-07 08:36:28 -0500
committerAnas Nashif <nashif@linux.intel.com>2017-01-08 18:09:52 +0000
commitf6e039062a003e4cd948176ba06d26f9c0e33c3a (patch)
tree2dbe9552475cc40ee37ae2cbdefa397ea985c101 /samples/ipm
parente161d08756741a56f0b6a6967990454d27365d7f (diff)
kernel: remove dependency on CONFIG_NANO_TIMERS/TIMEOUTS
Remove legacy option and use SYS_CLOCK_EXISTS where appropriate. Change-Id: I3d524ea2776e638683f0196c0cc342359d5d810f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples/ipm')
-rw-r--r--samples/ipm/ipm_demo_arc/prj.conf1
-rw-r--r--samples/ipm/ipm_demo_lmt/prj.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/samples/ipm/ipm_demo_arc/prj.conf b/samples/ipm/ipm_demo_arc/prj.conf
index 594dd6a19..34a219cff 100644
--- a/samples/ipm/ipm_demo_arc/prj.conf
+++ b/samples/ipm/ipm_demo_arc/prj.conf
@@ -5,4 +5,3 @@ CONFIG_IPM_QUARK_SE=y
CONFIG_IPM_CONSOLE_SENDER=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=n
-CONFIG_NANO_TIMEOUTS=y
diff --git a/samples/ipm/ipm_demo_lmt/prj.conf b/samples/ipm/ipm_demo_lmt/prj.conf
index 8b011ec4e..92acd686a 100644
--- a/samples/ipm/ipm_demo_lmt/prj.conf
+++ b/samples/ipm/ipm_demo_lmt/prj.conf
@@ -4,6 +4,5 @@ CONFIG_IPM=y
CONFIG_IPM_QUARK_SE=y
CONFIG_IPM_QUARK_SE_MASTER=y
CONFIG_IPM_CONSOLE_RECEIVER=y
-CONFIG_NANO_TIMEOUTS=y
CONFIG_TIMESLICE_SIZE=1
CONFIG_MAIN_STACK_SIZE=2048