projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5334b34
)
media: cx231xx: Fix recursive dependency
author
Brad Love
<brad@nextdimension.cc>
Sat, 5 May 2018 15:07:53 +0000
(11:07 -0400)
committer
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Sat, 5 May 2018 15:43:33 +0000
(11:43 -0400)
0day build bot reported an unnoticed recursive dependency, fix it
by removing the select statement.
fixes:
c66d4d99a8fb
("cx231xx: Add I2C_MUX dependency")
Signed-off-by: Brad Love <brad@nextdimension.cc>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/cx231xx/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/usb/cx231xx/Kconfig
b/drivers/media/usb/cx231xx/Kconfig
index 3400e79ec8bc514405f4248d5314f4d6cef286ee..0f13192634c73319fa457a18cad59822334abac3 100644
(file)
--- a/
drivers/media/usb/cx231xx/Kconfig
+++ b/
drivers/media/usb/cx231xx/Kconfig
@@
-6,7
+6,6
@@
config VIDEO_CX231XX
select VIDEOBUF_VMALLOC
select VIDEO_CX25840
select VIDEO_CX2341X
- select I2C_MUX
---help---
This is a video4linux driver for Conexant 231xx USB based TV cards.