diff options
| author | Tom Rini <[email protected]> | 2023-03-27 11:16:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-27 11:16:51 -0400 |
| commit | aba0eb5b94089757fe5382bf75bc3902b8ce24cf (patch) | |
| tree | 3d78a77dbdceb042c933da2a72f0960847a92773 /Kconfig | |
| parent | 523dc2b28f8238840d911802956f30cac967a4b7 (diff) | |
| parent | d00fb6421c8fad639f608f55f9291305061ffb17 (diff) | |
Merge branch '2023-03-27-rockchip-rk3399-fixes'
- A series of minor cleanups to DISTRO_DEFAULTS and BOOTSTD so that the
rk3399 bootstd migration can be complete and functional now, and make
future migrations easier.
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -191,33 +191,6 @@ config XEN [1] - https://xenproject.org/ -config DISTRO_DEFAULTS - bool "Select defaults suitable for booting general purpose Linux distributions" - select AUTO_COMPLETE - select CMDLINE_EDITING - select CMD_BOOTI if ARM64 - select CMD_BOOTZ if ARM && !ARM64 - select CMD_DHCP if CMD_NET - select CMD_ENV_EXISTS - select CMD_EXT2 - select CMD_EXT4 - select CMD_FAT - select CMD_FS_GENERIC - select CMD_PART if PARTITIONS - select CMD_PING if CMD_NET - select CMD_PXE if NET - select CMD_SYSBOOT - select ENV_VARS_UBOOT_CONFIG - select HUSH_PARSER - select SUPPORT_RAW_INITRD - select SYS_LONGHELP - imply CMD_MII if NET - imply USB_STORAGE - imply USE_BOOTCOMMAND - help - Select this to enable various options and commands which are suitable - for building u-boot for booting general purpose Linux distributions. - config ENV_VARS_UBOOT_CONFIG bool "Add arch, board, vendor and soc variables to default environment" help |
