diff options
author | Tom Rini <trini@ti.com> | 2014-08-01 09:53:24 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-25 10:48:13 -0400 |
commit | 1286b7f6ca5fc3d42927cbe2f50b51a4870021dd (patch) | |
tree | 919347e33fcdb3ab09bdf52aabd2f000af0a27ab /board/ti/am335x/Kconfig | |
parent | bbfb286b8aae8594afb0fdf228b98e8a11f4e960 (diff) | |
download | u-boot-imx-1286b7f6ca5fc3d42927cbe2f50b51a4870021dd.zip u-boot-imx-1286b7f6ca5fc3d42927cbe2f50b51a4870021dd.tar.gz u-boot-imx-1286b7f6ca5fc3d42927cbe2f50b51a4870021dd.tar.bz2 |
am335x_evm: Convert CONFIG_CONS_INDEX into a menu choice
- Drop CONFIG_SERIAL[1-6] and use CONFIG_CONS_INDEX tests instead
- Add choice and help text to board/ti/am335x/Kconfig
- Correct comment about IDK in board/ti/am335x/mux.c
- Remove am335x_evm_uart* defconfig files as they're just variations
on a config option now.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/ti/am335x/Kconfig')
-rw-r--r-- | board/ti/am335x/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig index c3b61af..0e5149c 100644 --- a/board/ti/am335x/Kconfig +++ b/board/ti/am335x/Kconfig @@ -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 |