define UART_CONSOLE_INDEX using Kconfig
Use Kconfig to define this variable and remove its previous definitions from board.h. This will simplify creation of different variants from a single platform. Change-Id: I0aaa5aa81dedf096c6d8c1ea2d509c71817336d3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6ec03ce9d6
commit
8d879a5c32
23 changed files with 25 additions and 4 deletions
|
@ -121,6 +121,7 @@ CONFIG_WDOG_INIT=y
|
|||
#
|
||||
# CONFIG_UART_SIMPLE is not set
|
||||
# CONFIG_CONSOLE_HANDLER is not set
|
||||
CONFIG_UART_CONSOLE_INDEX=0
|
||||
|
||||
#
|
||||
# Serial Drivers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue