diff options
author | Brad Love <brad@nextdimension.cc> | 2018-05-05 11:07:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-05 11:43:33 -0400 |
commit | 1acbf470ac8db42b2e6792b61e826ce7335fd24c (patch) | |
tree | 55c879ae1e86da8b0d324dad02f520275d693bed /drivers/media/usb/cx231xx | |
parent | 5334b3426ac9a57f4103275cfbd7e37b18851308 (diff) | |
download | linux-1acbf470ac8db42b2e6792b61e826ce7335fd24c.tar.gz linux-1acbf470ac8db42b2e6792b61e826ce7335fd24c.tar.bz2 linux-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/cx231xx')
-rw-r--r-- | drivers/media/usb/cx231xx/Kconfig | 1 |
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. |