]> git.ipfire.org Git - people/ms/u-boot.git/blob - 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
1 if TARGET_DRA7XX_EVM
2
3 config SYS_BOARD
4 default "dra7xx"
5
6 config SYS_VENDOR
7 default "ti"
8
9 config SYS_CONFIG_NAME
10 default "dra7xx_evm"
11
12 config 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.
20 endif