X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2FKconfig;h=a04ee1084fed77200f69dfc12a504979a1ffe3f8;hb=6fa0d3457238af30a41c2ae2939f0d1e85895e33;hp=dbe5bb619baeed6463a466141d015a95475478e5;hpb=6637cb7691e55fcf139ba9ff528f60909b9b838c;p=u-boot diff --git a/common/Kconfig b/common/Kconfig index dbe5bb619b..a04ee1084f 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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