blob: cead0f4f042e2233c2cae6d2ef7ccfb17ac7b452 [file] [log] [blame]
Lokesh Vutla165bd7a2016-06-10 09:35:42 +05301if TARGET_AM57XX_EVM
Felipe Balbi1e4ad742014-11-10 14:02:44 -06002
3config SYS_BOARD
Kipisz, Steven74cc8b02015-10-29 16:50:43 -05004 default "am57xx"
Felipe Balbi1e4ad742014-11-10 14:02:44 -06005
6config SYS_VENDOR
7 default "ti"
8
9config SYS_CONFIG_NAME
Kipisz, Steven74cc8b02015-10-29 16:50:43 -050010 default "am57xx_evm"
Felipe Balbi1e4ad742014-11-10 14:02:44 -060011
Daniel Allred7e52e112016-04-06 21:59:34 -050012config 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
Kipisz, Steven212f96f2016-02-24 12:30:58 -060021source "board/ti/common/Kconfig"
22
Felipe Balbi1e4ad742014-11-10 14:02:44 -060023endif