X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=9b8a8077993a1d4c6125988f890c0067dfef0240;hb=0cec0a12f9dba584ccf264329735819f8b04a66c;hp=73f820a6de51cd3d47c531b960f25f28c71d8436;hpb=c12d8b7d70c695f1c4fe6fb4f1b3913bdbed8c96;p=u-boot diff --git a/Kconfig b/Kconfig index 73f820a6de..9b8a807799 100644 --- a/Kconfig +++ b/Kconfig @@ -14,6 +14,12 @@ source "arch/Kconfig" menu "General setup" +config BROKEN + bool + help + This option cannot be enabled. It is used as dependency + for broken and incomplete features. + config LOCALVERSION string "Local version - append to U-Boot release" help @@ -60,6 +66,7 @@ config DISTRO_DEFAULTS default y if ARCH_MESON default y if ARCH_ROCKCHIP default n + imply USE_BOOTCOMMAND select CMD_BOOTZ if ARM && !ARM64 select CMD_BOOTI if ARM64 select CMD_DHCP @@ -158,6 +165,15 @@ config PHYS_64BIT This can be used not only for 64bit SoCs, but also for large physical address extention on 32bit SoCs. +config BUILD_ROM + bool "Build U-Boot as BIOS replacement" + depends on X86 + help + This option allows to build a ROM version of U-Boot. + The build process generally requires several binary blobs + which are not shipped in the U-Boot source tree. + Please, see doc/README.x86 for details. + endmenu # General setup menu "Boot images"