]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ti/am335x/Kconfig
Kconfig: make NOR_BOOT a common option
[people/ms/u-boot.git] / board / ti / am335x / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_AM335X_EVM
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "am335x"
5
6config SYS_VENDOR
dd84058d
MY
7 default "ti"
8
9config SYS_SOC
dd84058d
MY
10 default "am33xx"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "am335x_evm"
14
1286b7f6
TR
15config CONS_INDEX
16 int "UART used for console"
48ee8d3b 17 range 1 6
1286b7f6
TR
18 default 1
19 help
20 The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
21 in documentation, etc) available to it. Depending on your specific
22 board you may want something other than UART0 as for example the IDK
23 uses UART3 so enter 4 here.
24
40aca036
TR
25config NOR
26 bool "Support for NOR flash"
27 help
28 The AM335x SoC supports having a NOR flash connected to the GPMC.
29 In practice this is seen as a NOR flash module connected to the
30 "memory cape" for the BeagleBone family.
31
770e68c0
NM
32source "board/ti/common/Kconfig"
33
dd84058d 34endif