Attention is currently required from: Paz Zcharya.
Subrata Banik has posted comments on this change by Paz Zcharya. ( https://review.coreboot.org/c/coreboot/+/86563?usp=email )
Change subject: chromeos/Kconfig: BMP_LOGO only if using FSP ......................................................................
Patch Set 2:
(1 comment)
File src/vendorcode/google/chromeos/Kconfig:
https://review.coreboot.org/c/coreboot/+/86563/comment/be0d1c97_00e3ff41?usp... : PS2, Line 84: default n
But if I make that change, wouldn't it prevent the code from functioning correctly on non-FSP systems?
at this moment, BMP_LOGO itself is inside the FSP2.0 driver so there is no chance any non-FSP device can use this feature.
We will reactor the code to make BMP logo independent of FSP driver and then this proposed `depends on` also can be dropped as part of the refactoring effort.