summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-11-28 16:42:59 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-09 22:38:55 +0100
commit0f0546d4fee60197e9325754f0dc84aae83b090b (patch)
tree3fcb27408f3474685f66f78c51042aee2a2d8799
parent5cdc57ee16286fb4512736fcbc416b5f963e7c34 (diff)
media: mxc: capture: add proper select to MXC_TVIN_ADV7280
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--drivers/media/platform/mxc/capture/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/mxc/capture/Kconfig b/drivers/media/platform/mxc/capture/Kconfig
index 48bec21004dc..189ba0ea0223 100644
--- a/drivers/media/platform/mxc/capture/Kconfig
+++ b/drivers/media/platform/mxc/capture/Kconfig
@@ -92,12 +92,14 @@ config MXC_TVIN_ADV7180
config MXC_TVIN_ADV7280
tristate "Analog Device adv7280 TV Decoder Input support"
depends on !VIDEO_MXC_EMMA_CAMERA && I2C
+ select VIDEO_V4L2_MXC_INT_DEVICE
---help---
If you plan to use the adv7280 video decoder with your MXC system, say Y here.
config MXC_TVIN_MAX9526
tristate "Maxim Integrated MAX9526 NTSC/PAL Decoder Input support"
depends on !VIDEO_MXC_EMMA_CAMERA && I2C
+ select VIDEO_V4L2_MXC_INT_DEVICE
---help---
If you plan to use the MAX9526 video decoder with your MXC system, say Y here.