Re: [PATCH 2/3] spl: Rework Kconfig to be more menu driven

2022-06-06 Thread Tom Rini
On Tue, May 31, 2022 at 12:17:04PM -0400, Tom Rini wrote: > Make it so that all of SPL, TPL and VPL are proper menus hidden behind a > gating question. > > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/3] spl: Rework Kconfig to be more menu driven

2022-05-31 Thread Tom Rini
Make it so that all of SPL, TPL and VPL are proper menus hidden behind a gating question. Signed-off-by: Tom Rini --- common/spl/Kconfig | 54 +++--- 1 file changed, 22 insertions(+), 32 deletions(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig