Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | if TARGET_AM335X_EVM |
| 2 | |
| 3 | config SYS_CPU |
| 4 | string |
| 5 | default "armv7" |
| 6 | |
| 7 | config SYS_BOARD |
| 8 | string |
| 9 | default "am335x" |
| 10 | |
| 11 | config SYS_VENDOR |
| 12 | string |
| 13 | default "ti" |
| 14 | |
| 15 | config SYS_SOC |
| 16 | string |
| 17 | default "am33xx" |
| 18 | |
| 19 | config SYS_CONFIG_NAME |
| 20 | string |
| 21 | default "am335x_evm" |
| 22 | |
Tom Rini | 1286b7f | 2014-08-01 09:53:24 -0400 | [diff] [blame] | 23 | config CONS_INDEX |
| 24 | int "UART used for console" |
| 25 | default 1 |
| 26 | help |
| 27 | The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced |
| 28 | in documentation, etc) available to it. Depending on your specific |
| 29 | board you may want something other than UART0 as for example the IDK |
| 30 | uses UART3 so enter 4 here. |
| 31 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 32 | endif |