Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 1 | if TARGET_BEAGLE_X15 |
| 2 | |
| 3 | config SYS_BOARD |
Kipisz, Steven | 74cc8b0 | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 4 | default "am57xx" |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "ti" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
Kipisz, Steven | 74cc8b0 | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 10 | default "am57xx_evm" |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 11 | |
Daniel Allred | 7e52e11 | 2016-04-06 21:59:34 -0500 | [diff] [blame] | 12 | config 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, Steven | 212f96f | 2016-02-24 12:30:58 -0600 | [diff] [blame] | 21 | source "board/ti/common/Kconfig" |
| 22 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 23 | endif |