blob: 87654f9799565ebd4aaf11901f7642441bbab95f [file] [log] [blame]
Felipe Balbi1e4ad742014-11-10 14:02:44 -06001if TARGET_BEAGLE_X15
2
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