summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Love <brad@nextdimension.cc>2018-05-05 11:07:53 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-05 11:43:33 -0400
commit1acbf470ac8db42b2e6792b61e826ce7335fd24c (patch)
tree55c879ae1e86da8b0d324dad02f520275d693bed
parent5334b3426ac9a57f4103275cfbd7e37b18851308 (diff)
downloadlinux-0-day-1acbf470ac8db42b2e6792b61e826ce7335fd24c.tar.gz
linux-0-day-1acbf470ac8db42b2e6792b61e826ce7335fd24c.tar.xz
media: cx231xx: Fix recursive dependency
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>
-rw-r--r--drivers/media/usb/cx231xx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/Kconfig b/drivers/media/usb/cx231xx/Kconfig
index 3400e79ec8bc5..0f13192634c73 100644
--- 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.