zephyr/samples/philosophers/prj.conf
Christopher Friedt dd33a8152a samples: philosophers: remove redundant items in prj.conf
The normal and posix philosophers samples seemed to have
a number of redundant choices in prj.conf.

Let's reduce to the minimum required for the sample. The
CONFIG_DEBUG_THREAD_INFO option is part of the
documentation, so leave it as-is.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-02-01 05:26:24 -05:00

6 lines
136 B
Plaintext

CONFIG_STDOUT_CONSOLE=n
CONFIG_MP_MAX_NUM_CPUS=1
#Enable thread awareness for debugging tools supporting it
CONFIG_DEBUG_THREAD_INFO=y