Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a0a5354 authored by Venkateshwarlu Domakonda's avatar Venkateshwarlu Domakonda
Browse files

media: radio: Add radio iris drivers



Update makefile, Kconfig and Kbuild files to build IRIS driver.

Change-Id: I76108bee44d4c3a8fbfc7e94c02c1225314e2f9a
Signed-off-by: default avatarVenkateshwarlu Domakonda <vdomak@codeaurora.org>
parent 2c984595
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -498,6 +498,27 @@ config RADIO_ZOLTRIX_PORT

endif # V4L_RADIO_ISA_DRIVERS

config RADIO_IRIS
        tristate "QTI IRIS FM support"
        depends on VIDEO_V4L2
        ---help---
          Say Y here if you want to use the QTI FM chip (IRIS).
          This FM chip uses SMD interface

          To compile this driver as a module, choose M here: the
          module will be called radio-iris.


config RADIO_IRIS_TRANSPORT
        tristate "QTI IRIS Transport"
        depends on RADIO_IRIS
        ---help---
          Say Y here if you want to use the QTI FM chip (IRIS).
          with SMD as transport.

          To compile this driver as a module, choose M here: the
          module will be called radio-iris-transport.

config RADIO_SILABS
        tristate "SILABS FM"
        depends on I2C && VIDEO_V4L2
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ obj-$(CONFIG_RADIO_WL1273) += radio-wl1273.o
obj-$(CONFIG_RADIO_WL128X) += wl128x/
obj-$(CONFIG_RADIO_TEA575X) += tea575x.o
obj-$(CONFIG_USB_RAREMONO) += radio-raremono.o
obj-$(CONFIG_RADIO_IRIS) += radio-iris.o
obj-$(CONFIG_RADIO_IRIS_TRANSPORT) += radio-iris-transport.o
obj-$(CONFIG_RADIO_SILABS) += silabs/

shark2-objs := radio-shark2.o radio-tea5777.o
+2 −0
Original line number Diff line number Diff line
@@ -16,3 +16,5 @@ header-y += msmb_generic_buf_mgr.h
header-y += msmb_isp.h
header-y += msmb_ispif.h
header-y += msmb_pproc.h
header-y += radio-iris.h
header-y += radio-iris-commands.h