X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=9b8a8077993a1d4c6125988f890c0067dfef0240;hb=fc8523a1474d33dcc5f7fd1823563fbd73aa1876;hp=227fb17dd996fb3bde57a1c6ad45652fc572c1cb;hpb=871aa41d4c9ecf8d89b98491dc86d0097fdf80e5;p=u-boot diff --git a/Kconfig b/Kconfig index 227fb17dd9..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