Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2868c41f authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3689): Kconfig: fix VP-3054 Secondary I2C Bus build configuration menu dependencies



This patch fixes a dependency problem that affected the indentation order
within the individual frontend selection support menus for cx88-dvb.
- created a boolean dependency link for VIDEO_CX88_VP3054, so that
  it's tristate value will be the same as that of VIDEO_CX88_DVB.
- VIDEO_CX88_VP3054 is automatically selected by VIDEO_CX88_DVB_ALL_FRONTENDS,
  but is otherwise selected by VIDEO_CX88_DVB_VP3054, offered as an option
  under VIDEO_CX88_DVB_MT352

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 86f40cc3
Loading
Loading
Loading
Loading
+9 −4
Original line number Original line Diff line number Diff line
config VIDEO_CX88_VP3054
	tristate
	depends on VIDEO_CX88_DVB && DVB_MT352

config VIDEO_CX88
config VIDEO_CX88
	tristate "Conexant 2388x (bt878 successor) support"
	tristate "Conexant 2388x (bt878 successor) support"
	depends on VIDEO_DEV && PCI && I2C
	depends on VIDEO_DEV && PCI && I2C
@@ -73,10 +77,11 @@ config VIDEO_CX88_DVB_MT352
	  This adds DVB-T support for cards based on the
	  This adds DVB-T support for cards based on the
	  Connexant 2388x chip and the MT352 demodulator.
	  Connexant 2388x chip and the MT352 demodulator.


config VIDEO_CX88_VP3054
config VIDEO_CX88_DVB_VP3054
	tristate "VP-3054 Secondary I2C Bus Support"
	bool "VP-3054 Secondary I2C Bus Support"
	default m
	default y
	depends on DVB_MT352
	depends on VIDEO_CX88_DVB_MT352
	select VIDEO_CX88_VP3054
	---help---
	---help---
	  This adds DVB-T support for cards based on the
	  This adds DVB-T support for cards based on the
	  Connexant 2388x chip and the MT352 demodulator,
	  Connexant 2388x chip and the MT352 demodulator,