summaryrefslogtreecommitdiff
path: root/board/warp7/Kconfig
blob: 5fb4824477ef183a4f407a13011970d247fde43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_WARP7

config SYS_BOARD
	default "warp7"

config SYS_CONFIG_NAME
	default "warp7"

config MXC_CONSOLE_NUM
	int "UART used for the console"
	default 1
	help
	  The UART used for the console, expressed as a 1-based integer.
	  This is also used to set the console variable passed to the kernel.
	  Currently, only UART1 and UART6 are supported. Specifying a value
	  other than 6 will result in using UART1.

endif