Feature request: print the nRF91 modem firmware version in the boot banner

NCS currently has a nice feature where the firmware versions are printed in the boot banner:

*** Booting My Application v0.1.0-d11ab2470f85 ***
*** Using nRF Connect SDK v3.0.1-9eb5615da66b ***
*** Using Zephyr OS v4.0.99-77f865b8f8d0 ***
*** Golioth Firmware SDK v0.18.1 ***

Is there a config option to also enable printing the nRF91 modem firmware version in the boot banner? If not, please consider this ticket as a feature request to add this Kconfig option.

As a workaround, I'm currently printing this version in my app, but I'd prefer if it was just a boot banner option I could enable in Kconfig:

[00:00:01.302,520] <inf> my_app: Modem firmware version: mfw_nrf91x1_2.0.2

Related