On Mon, 04 Aug 2025 15:51:11 -0600, Tom Rini wrote: > The symbol "SM" is a library symbol and should not be prompted for. It > should be selected by the drivers that use it. In this case we need to > add a SANDBOX_SM symbol for the sandbox driver. The meson SM driver > cannot build on other platforms, so add the appropriate dependency. > >
Applied to u-boot/next, thanks! [1/1] sm: Rework the Kconfig logic here commit: e2837ecddc244198e3ebeac9ddb18fd439b0131f -- Tom