[Buildroot] [PATCH 1/1] package/linux-firmware: add option for V4L cx231xx devices

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 19 21:29:55 UTC 2021


Hello Corentin,

On Mon, 12 Jul 2021 10:57:18 +0000
Corentin Labbe <clabbe at baylibre.com> wrote:

> V4L cx231xx devices need a firmware to be usefull.
> So this patch adds a submenu for V4L firmwares and an option for
> cx231xx devices.
> 
> Signed-off-by: Corentin Labbe <clabbe at baylibre.com>

Thanks for your patch.

> +menu "V4L Firmware"
> +
> +config BR2_PACKAGE_LINUX_FIRMWARE_V4L_CX231XX

We usually don't have the subsystem name in the option.

> +	bool "V4L CX231XX Firmware for Conexant Cx23100/101/102 USB broadcast A/V decoder"

This was a bit too long, and we normally only have the name of the
hardware, so I reduced a bit to:

	bool "Conexant Cx23100/101/102 USB broadcast A/V decoder"

> +	help
> +	  Firmware files for Conexant Cx23100/101/102 USB broadcast A/V decoder needed by the Linux CX231XX driver.

This line was too long, this is reported by "make check-package", so I
wrapped the line.

Applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list