[PATCH v2 4/5] logo: Enable image format selection for the logo

Trent Piepho trent.piepho at igorinstitute.com
Mon Jan 17 15:28:17 PST 2022


On Mon, Jan 17, 2022 at 3:03 PM Jules Maselbas <jmaselbas at kalray.eu> wrote:
>
> +choice
> +       prompt "Logo image encoding format to be used"
> +       default BAREBOX_LOGO_PNG
> +
> +config BAREBOX_LOGO_PNG
> +       bool "png"
> +       select PNG
> +       help
> +         Encode logo with the PNG image format
> +
> +config BAREBOX_LOGO_BMP
> +       bool "bmp"
> +       select BMP
> +       help
> +         Encode logo with the BMP image format

You might say why one might want one format or ther other.  What's the
point of adding bmp support?



More information about the barebox mailing list