Convert all of CONFIG_CONS_INDEX to Kconfig
[oweals/u-boot.git] / board / tcl / sl50 / Kconfig
index d0068d932492b147231200502bbc3d535146960e..1b3f5cfc61846002d9864ba118dc393b34c95e57 100644 (file)
@@ -12,14 +12,4 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "am335x_sl50"
 
-config CONS_INDEX
-       int "UART used for console"
-       range 1 6
-       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