Hi @amomin ,
Yes the Scons config has no USB serial manger config option, because it is SDK configuration, not SBL software framework configuration.
It's impossible to cover all SDK options in Scons config system.
For the USB serial manager and DEBUG_CONSOLE_TRANSFER_NON_BLOCKING, please configure them in SDK code layer.
That's to say, you can generate the SBL project by Scons, then configure the USB serial manager in your project script and code.
Regards,
Jing