aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
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 /drivers/media/usb
parentmedia: gspca: Stop using GFP_DMA for buffers for USB bulk transfers (diff)
downloadlinux-dev-1acbf470ac8db42b2e6792b61e826ce7335fd24c.tar.xz
linux-dev-1acbf470ac8db42b2e6792b61e826ce7335fd24c.zip
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>
Diffstat (limited to 'drivers/media/usb')
-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 3400e79ec8bc..0f13192634c7 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.