commit | 5d181d53b412f1304da37dfe7b60fd13a0bcaa4b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 29 09:54:02 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 29 10:11:21 2022 -0400 |
tree | 5b2860d103a7f70abfd4534e10bdb53539cf18b5 | |
parent | 1f33d8eece0b7aaf432e6331f13188c1c8eeb84a [diff] | |
parent | 7c32905beaf96b8c9bfd57ccb6f28476034ddb6e [diff] |
Merge branch '2022-06-28-Kconfig-migrations' into next - Convert a large number of CONFIG symbols to Kconfig. Of note is a large chunk of USB symbols (and dead code removal), ensuring all SPL/TPL/VPL symbols have an appropriate dependency, largely (but not entirely) removing the testing of CONFIG_SPL_BUILD in board headers, and allowing CONFIG_EXTRA_ENV_TEXT and CONFIG_EXTRA_ENV_SETTINGS to co-exist as this facilities migration of many platforms.