summaryrefslogtreecommitdiff
path: root/samples/ipm
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-07-21 10:33:30 -0500
committerKumar Gala <kumar.gala@linaro.org>2016-07-28 07:20:12 -0500
commit14ed57211054524e8d56e129aea06c9cc3dfbbb9 (patch)
treef98ff0aa211106b3145d9fc7541f396ac2a9ac67 /samples/ipm
parentc6c858dbc5a00a50abefd0d1ab9e91ae54338a92 (diff)
samples: removed nonexistant CONFIG_NS16550 Kconfig symbol
The prj.conf files set CONFIG_NS16550=n. The symbol should be CONFIG_UART_NS16550. However, its not necessary to set this at all as CONFIG_SERIAL=n will guard the UART driver symbol. Change-Id: If7c40b649a94c869b13e009f67703b48e66e764f Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'samples/ipm')
-rw-r--r--samples/ipm/ipm_demo_arc/prj.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/ipm/ipm_demo_arc/prj.conf b/samples/ipm/ipm_demo_arc/prj.conf
index 05c009a59..594dd6a19 100644
--- a/samples/ipm/ipm_demo_arc/prj.conf
+++ b/samples/ipm/ipm_demo_arc/prj.conf
@@ -5,5 +5,4 @@ CONFIG_IPM_QUARK_SE=y
CONFIG_IPM_CONSOLE_SENDER=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=n
-CONFIG_NS16550=n
CONFIG_NANO_TIMEOUTS=y