]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ti/am57xx/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[people/ms/u-boot.git] / board / ti / am57xx / Kconfig
CommitLineData
165bd7a1 1if TARGET_AM57XX_EVM
1e4ad74b
FB
2
3config SYS_BOARD
74cc8b09 4 default "am57xx"
1e4ad74b
FB
5
6config SYS_VENDOR
7 default "ti"
8
9config SYS_CONFIG_NAME
74cc8b09 10 default "am57xx_evm"
1e4ad74b 11
7e52e11f
DA
12config CONS_INDEX
13 int "UART used for console"
14 range 1 6
15 default 3
16 help
17 The AM57x (and DRA7xx) SoC has a total of 6 UARTs available to it.
18 Depending on your specific board you may want something other than UART3
19 here.
20
212f96f6
KS
21source "board/ti/common/Kconfig"
22
1e4ad74b 23endif