package/linux-firmware: add option for V4L cx231xx devices

V4L cx231xx devices need a firmware to be useful. So this patch adds
a submenu for V4L firmwares and an option for cx231xx devices.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Corentin Labbe 2021-07-12 10:57:18 +00:00 committed by Thomas Petazzoni
parent 2f2395c171
commit 54371c745c
2 changed files with 16 additions and 0 deletions

View File

@ -518,4 +518,14 @@ config BR2_PACKAGE_LINUX_FIRMWARE_USB_SERIAL_TI
endmenu
menu "V4L Firmware"
config BR2_PACKAGE_LINUX_FIRMWARE_CX231XX
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.
endmenu
endif

View File

@ -672,6 +672,12 @@ LINUX_FIRMWARE_FILES += ti_3410.fw ti_5052.fw \
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.moxa
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CX231XX),y)
LINUX_FIRMWARE_FILES += v4l-cx231xx-avcore-01.fw
# No license file; the license is in the file WHENCE
# which is installed unconditionally
endif
ifneq ($(LINUX_FIRMWARE_FILES)$(LINUX_FIRMWARE_DIRS),)
define LINUX_FIRMWARE_BUILD_CMDS