]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/am335x/Kconfig
am335x_evm: Convert CONFIG_CONS_INDEX into a menu choice
[karo-tx-uboot.git] / board / ti / am335x / Kconfig
index c3b61af2631a4dba9aaa4b640e5896123a2f3c54..0e5149c69c63ef0c36712d7a384423505d4b80a2 100644 (file)
@@ -20,4 +20,13 @@ config SYS_CONFIG_NAME
        string
        default "am335x_evm"
 
+config CONS_INDEX
+       int "UART used for console"
+       default 1
+       help
+         The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
+         in documentation, etc) available to it.  Depending on your specific
+         board you may want something other than UART0 as for example the IDK
+         uses UART3 so enter 4 here.
+
 endif