This introduces the config option CONFIG_UART_CONSOLE, and also CONFIG_CONSOLE. The UART console can finally be disabled if desired. The defconfigs are also being updated. Change-Id: I5ebaf6471986deca105971e67fcddb43374de94a Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2 lines
44 B
Makefile
2 lines
44 B
Makefile
obj-$(CONFIG_UART_CONSOLE) = uart_console.o
|