]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/ti/am335x/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[people/ms/u-boot.git] / board / ti / am335x / Kconfig
1 if TARGET_AM335X_EVM
2
3 config SYS_CPU
4 default "armv7"
5
6 config SYS_BOARD
7 default "am335x"
8
9 config SYS_VENDOR
10 default "ti"
11
12 config SYS_SOC
13 default "am33xx"
14
15 config SYS_CONFIG_NAME
16 default "am335x_evm"
17
18 config CONS_INDEX
19 int "UART used for console"
20 range 1 6
21 default 1
22 help
23 The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
24 in documentation, etc) available to it. Depending on your specific
25 board you may want something other than UART0 as for example the IDK
26 uses UART3 so enter 4 here.
27
28 endif