V4L/DVB: Fix Kconfig dependencies for VIDEO_IR
warning: (VIDEO_GO7007 && STAGING && !STAGING_EXCLUDE_BUILD && VIDEO_DEV && PCI && I2C && INPUT && BKL && SND || VIDEO_CX25821 && STAGING && !STAGING_EXCLUDE_BUILD && DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && BKL) selects VIDEO_IR which has unmet direct dependencies (IR_CORE) warning: (VIDEO_CX25821 && STAGING && !STAGING_EXCLUDE_BUILD && DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && BKL) selects VIDEO_IR which has unmet direct dependencies (IR_CORE) Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
896c1422ed
commit
d6c1ef6faa
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ config VIDEO_CX25821
|
||||||
select I2C_ALGOBIT
|
select I2C_ALGOBIT
|
||||||
select VIDEO_BTCX
|
select VIDEO_BTCX
|
||||||
select VIDEO_TVEEPROM
|
select VIDEO_TVEEPROM
|
||||||
select VIDEO_IR
|
depends on VIDEO_IR
|
||||||
select VIDEOBUF_DVB
|
select VIDEOBUF_DVB
|
||||||
select VIDEOBUF_DMA_SG
|
select VIDEOBUF_DMA_SG
|
||||||
select VIDEO_CX25840
|
select VIDEO_CX25840
|
||||||
|
|
|
@ -3,7 +3,7 @@ config VIDEO_GO7007
|
||||||
depends on VIDEO_DEV && PCI && I2C && INPUT
|
depends on VIDEO_DEV && PCI && I2C && INPUT
|
||||||
depends on SND
|
depends on SND
|
||||||
select VIDEOBUF_DMA_SG
|
select VIDEOBUF_DMA_SG
|
||||||
select VIDEO_IR
|
depends on VIDEO_IR
|
||||||
select VIDEO_TUNER
|
select VIDEO_TUNER
|
||||||
select VIDEO_TVEEPROM
|
select VIDEO_TVEEPROM
|
||||||
select SND_PCM
|
select SND_PCM
|
||||||
|
|
Loading…
Reference in a new issue