diff options
author | Philippe Schenker <philippe.schenker@toradex.com> | 2019-11-28 16:42:59 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2020-02-12 11:06:07 +0100 |
commit | 6daf31bcb22ca47f5cfe92956a1a0bfaf4803eda (patch) | |
tree | 430473d7e0792894397d0f33dcac40bf99939e3e | |
parent | 4fbbb844642b5c61be01bcca81d38178c293466a (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/Kconfig | 2 |
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. |