lkml.org 
[lkml]   [2010]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC/PATCH 9/9] Staging:ti-st: Update Kconfig and Makefile for
    Date
    From: Raja Mani <raja_mani@ti.com>

    Add new menu option in Kconfig and compilation option in Makefile for
    TI FM driver.

    Signed-off-by: Raja Mani <raja_mani@ti.com>
    Signed-off-by: Pramodh AG <pramodh_ag@ti.com>
    Signed-off-by: Manjunatha Halli <x0130808@ti.com>
    ---
    drivers/staging/ti-st/Kconfig | 8 ++++++++
    drivers/staging/ti-st/Makefile | 2 ++
    2 files changed, 10 insertions(+), 0 deletions(-)

    diff --git a/drivers/staging/ti-st/Kconfig b/drivers/staging/ti-st/Kconfig
    index 1b264a3..7e48749 100644
    --- a/drivers/staging/ti-st/Kconfig
    +++ b/drivers/staging/ti-st/Kconfig
    @@ -23,4 +23,12 @@ config ST_BT
    This makes use of shared transport line discipline core driver to
    communicate with the BT core of the combo chip.

    +config ST_FM
    + tristate "fm driver for ST"
    + depends on VIDEO_DEV
    + select TI_ST
    + help
    + This enables the FM driver for TI BT/FM/GPS combo devices
    + This makes use of shared transport line discipline core driver to
    + communicate with the FM core of the combo chip.
    endmenu
    diff --git a/drivers/staging/ti-st/Makefile b/drivers/staging/ti-st/Makefile
    index 0167d1d..bd29c83 100644
    --- a/drivers/staging/ti-st/Makefile
    +++ b/drivers/staging/ti-st/Makefile
    @@ -5,3 +5,5 @@
    obj-$(CONFIG_TI_ST) += st_drv.o
    st_drv-objs := st_core.o st_kim.o st_ll.o
    obj-$(CONFIG_ST_BT) += bt_drv.o
    +obj-$(CONFIG_ST_FM) += fm_drv.o
    +fm_drv-objs := fmdrv_common.o fmdrv_rx.o fmdrv_tx.o fmdrv_v4l2.o
    --
    1.5.6.3


    \
     
     \ /
      Last update: 2010-09-22 12:41    [W:3.365 / U:0.780 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site