lkml.org 
[lkml]   [2007]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 21/37] V4L: radio: Fix error in Kbuild file
    -stable review patch.  If anyone has any objections, please let us know.

    ------------------
    From: Trent Piepho <xyzzy@speakeasy.org>

    V4L: radio: Fix error in Kbuild file

    All the radio drivers need video_dev, but they were depending on
    VIDEO_DEV!=n. That meant that one could try to compile the driver into
    the kernel when VIDEO_DEV=m, which will not work. If video_dev is a
    module, then the radio drivers must be modules too.

    (cherry picked from commit b10fece583fdfdb3d2f29b0da3896ec58b8fe122)

    Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
    Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/media/radio/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/media/radio/Kconfig
    +++ b/drivers/media/radio/Kconfig
    @@ -3,7 +3,7 @@
    #

    menu "Radio Adapters"
    - depends on VIDEO_DEV!=n
    + depends on VIDEO_DEV

    config RADIO_CADET
    tristate "ADS Cadet AM/FM Tuner"
    --
    -
    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: 2007-03-30 23:23    [W:2.547 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site