zephyr/prj_base.conf: Disable legacy kernel compatibility.
This keeps dependency on mdef, sysgen and other stuff which complicates build integration.
This commit is contained in:
parent
54507f78ee
commit
dbb2aea428
|
@ -1,3 +1,5 @@
|
|||
CONFIG_LEGACY_KERNEL=n
|
||||
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS=y
|
||||
|
|
Loading…
Reference in New Issue