mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
d9d6e1f3d5
At least some of the supported boards by dvb-usb driver need to load the cypress firmware, so select it, as otherwise missing dependencies may popup. Also, as the cypress firmware load routines are needed only by the dvb-usb, dvb-usb-v2 and go7007 drivers, and those all (now) select it, there's no need to ask the user for manually select it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
25 lines
559 B
Plaintext
25 lines
559 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Used by common drivers, when they need to ask questions
|
|
config MEDIA_COMMON_OPTIONS
|
|
bool
|
|
|
|
comment "common driver options"
|
|
depends on MEDIA_COMMON_OPTIONS
|
|
|
|
config VIDEO_CX2341X
|
|
tristate
|
|
|
|
config VIDEO_TVEEPROM
|
|
tristate
|
|
depends on I2C
|
|
|
|
config CYPRESS_FIRMWARE
|
|
tristate
|
|
depends on USB
|
|
|
|
source "drivers/media/common/videobuf2/Kconfig"
|
|
source "drivers/media/common/b2c2/Kconfig"
|
|
source "drivers/media/common/saa7146/Kconfig"
|
|
source "drivers/media/common/siano/Kconfig"
|
|
source "drivers/media/common/v4l2-tpg/Kconfig"
|