blob: 0a0cbf629700076854ca92b11ef301b2f76c0b88 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_AM335X_EVM
2
Simon Glass256fe862016-09-12 23:18:35 -06003config SPL_ENV_SUPPORT
4 default y
5
Masahiro Yamadadd840582014-07-30 14:08:14 +09006config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +09007 default "am335x"
8
9config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +090010 default "ti"
11
12config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +090013 default "am33xx"
14
15config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090016 default "am335x_evm"
17
Tom Rini1286b7f2014-08-01 09:53:24 -040018config CONS_INDEX
19 int "UART used for console"
Masahiro Yamada48ee8d32014-09-01 01:05:32 +090020 range 1 6
Tom Rini1286b7f2014-08-01 09:53:24 -040021 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
Tom Rini40aca032014-10-27 16:15:07 -040028config NOR
29 bool "Support for NOR flash"
30 help
31 The AM335x SoC supports having a NOR flash connected to the GPMC.
32 In practice this is seen as a NOR flash module connected to the
33 "memory cape" for the BeagleBone family.
34
Nishanth Menon770e68c2016-02-24 12:30:55 -060035source "board/ti/common/Kconfig"
36
Masahiro Yamadadd840582014-07-30 14:08:14 +090037endif