ARM: omap5: add ft_board_setup for dra7xx/am57xx
[oweals/u-boot.git] / board / ti / dra7xx / Kconfig
index 9ee13c53d3300f79f068bd78fee25a12cc6642f7..b642113b833a1dab4adf6e3b8ab3348c517879f0 100644 (file)
@@ -1,15 +1,23 @@
 if TARGET_DRA7XX_EVM
 
 config SYS_BOARD
-       string
        default "dra7xx"
 
 config SYS_VENDOR
-       string
        default "ti"
 
 config SYS_CONFIG_NAME
-       string
        default "dra7xx_evm"
 
+config CONS_INDEX
+       int "UART used for console"
+       range 1 6
+       default 1
+       help
+         The DRA7xx (and AM57x) SoC has a total of 6 UARTs available to it.
+         Depending on your specific board you may want something other than UART1
+         here.
+
+source "board/ti/common/Kconfig"
+
 endif