serial: Update docs to indicate mcfuart supports DM_SERIAL
[platform/kernel/u-boot.git] / common / Kconfig
index dbe5bb6..a04ee10 100644 (file)
@@ -172,6 +172,12 @@ config BOOTDELAY
 
 menu "Console"
 
+config MENU
+       bool
+       help
+         This is the library functionality to provide a text-based menu of
+         choices for the user to make choices with.
+
 config CONSOLE_RECORD
        bool "Console recording"
        help
@@ -346,6 +352,11 @@ config SYS_STDIO_DEREGISTER
 
 endmenu
 
+config DEFAULT_FDT_FILE
+       string "Default fdt file"
+       help
+         This option is used to set the default fdt file to boot OS.
+
 config SYS_NO_FLASH
        bool "Disable support for parallel NOR flash"
        default n