a393edad2a
The tveeprom module is a helper module for Hauppauge-based eeproms. It's used by many drivers and the i2c part is actually optional, so this driver is better placed in the media/common directory. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
# 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_BTCX
|
|
depends on PCI
|
|
tristate
|
|
|
|
config VIDEO_TVEEPROM
|
|
tristate
|
|
depends on I2C
|
|
|
|
source "drivers/media/common/b2c2/Kconfig"
|
|
source "drivers/media/common/saa7146/Kconfig"
|
|
source "drivers/media/common/siano/Kconfig"
|