]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ti/dra7xx/Kconfig
dra7xx: Move CONS_INDEX to Kconfig and enable CONFIG_SPL_STACK_ADDR
[people/ms/u-boot.git] / board / ti / dra7xx / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_DRA7XX_EVM
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "dra7xx"
5
6config SYS_VENDOR
dd84058d
MY
7 default "ti"
8
dd84058d 9config SYS_CONFIG_NAME
dd84058d
MY
10 default "dra7xx_evm"
11
b4c4fec3
TR
12config CONS_INDEX
13 int "UART used for console"
14 range 1 6
15 default 1
16 help
17 The DRA7xx (and AM57x) SoC has a total of 6 UARTs available to it.
18 Depending on your specific board you may want something other than UART1
19 here.
dd84058d 20endif