lkml.org 
[lkml]   [2006]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 6/6] V4L/DVB (4608c): Fix I2C dependencies for saa7146 modules
    Date

    From: Mauro Carvalho Chehab <mchehab@infradead.org>

    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
    ---

    drivers/media/video/Kconfig | 8 ++++----
    1 files changed, 4 insertions(+), 4 deletions(-)

    diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
    index 732bf1e..94d078b 100644
    --- a/drivers/media/video/Kconfig
    +++ b/drivers/media/video/Kconfig
    @@ -260,7 +260,7 @@ source "drivers/media/video/saa7134/Kcon

    config VIDEO_MXB
    tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
    - depends on PCI && VIDEO_V4L1
    + depends on PCI && VIDEO_V4L1 && I2C
    select VIDEO_SAA7146_VV
    select VIDEO_TUNER
    ---help---
    @@ -272,7 +272,7 @@ config VIDEO_MXB

    config VIDEO_DPC
    tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
    - depends on PCI && VIDEO_V4L1
    + depends on PCI && VIDEO_V4L1 && I2C
    select VIDEO_SAA7146_VV
    select VIDEO_V4L2
    ---help---
    @@ -287,7 +287,7 @@ config VIDEO_DPC

    config VIDEO_HEXIUM_ORION
    tristate "Hexium HV-PCI6 and Orion frame grabber"
    - depends on PCI && VIDEO_V4L1
    + depends on PCI && VIDEO_V4L1 && I2C
    select VIDEO_SAA7146_VV
    select VIDEO_V4L2
    ---help---
    @@ -299,7 +299,7 @@ config VIDEO_HEXIUM_ORION

    config VIDEO_HEXIUM_GEMINI
    tristate "Hexium Gemini frame grabber"
    - depends on PCI && VIDEO_V4L1
    + depends on PCI && VIDEO_V4L1 && I2C
    select VIDEO_SAA7146_VV
    select VIDEO_V4L2
    ---help---
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-09-10 19:13    [W:3.721 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site