xref: /openbmc/u-boot/board/ti/am335x/Kconfig (revision 770e68c0)
1dd84058dSMasahiro Yamadaif TARGET_AM335X_EVM
2dd84058dSMasahiro Yamada
3dd84058dSMasahiro Yamadaconfig SYS_BOARD
4dd84058dSMasahiro Yamada	default "am335x"
5dd84058dSMasahiro Yamada
6dd84058dSMasahiro Yamadaconfig SYS_VENDOR
7dd84058dSMasahiro Yamada	default "ti"
8dd84058dSMasahiro Yamada
9dd84058dSMasahiro Yamadaconfig SYS_SOC
10dd84058dSMasahiro Yamada	default "am33xx"
11dd84058dSMasahiro Yamada
12dd84058dSMasahiro Yamadaconfig SYS_CONFIG_NAME
13dd84058dSMasahiro Yamada	default "am335x_evm"
14dd84058dSMasahiro Yamada
151286b7f6STom Riniconfig CONS_INDEX
161286b7f6STom Rini	int "UART used for console"
1748ee8d3bSMasahiro Yamada	range 1 6
181286b7f6STom Rini	default 1
191286b7f6STom Rini	help
201286b7f6STom Rini	  The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
211286b7f6STom Rini	  in documentation, etc) available to it.  Depending on your specific
221286b7f6STom Rini	  board you may want something other than UART0 as for example the IDK
231286b7f6STom Rini	  uses UART3 so enter 4 here.
241286b7f6STom Rini
2540aca036STom Riniconfig NOR
2640aca036STom Rini	bool "Support for NOR flash"
2740aca036STom Rini	help
2840aca036STom Rini	  The AM335x SoC supports having a NOR flash connected to the GPMC.
2940aca036STom Rini	  In practice this is seen as a NOR flash module connected to the
3040aca036STom Rini	  "memory cape" for the BeagleBone family.
3140aca036STom Rini
32ae213369STom Riniconfig NOR_BOOT
33ae213369STom Rini	bool "Support for booting from NOR flash"
34ae213369STom Rini	depends on NOR
35ae213369STom Rini	help
36ae213369STom Rini	  Enabling this will make a U-Boot binary that is capable of being
37ae213369STom Rini	  booted via NOR.  In this case we will enable certain pinmux early
38ae213369STom Rini	  as the ROM only partially sets up pinmux.  We also default to using
39ae213369STom Rini	  NOR for environment.
40001646c4SSimon Glass
41*770e68c0SNishanth Menonsource "board/ti/common/Kconfig"
42*770e68c0SNishanth Menon
43dd84058dSMasahiro Yamadaendif
44