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:
Anas Nashif 2015-06-26 12:14:02 -04:00
commit 8d879a5c32
23 changed files with 25 additions and 4 deletions

View file

@ -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