@@ -11,4 +11,14 @@ config ST_BT
This enables the Bluetooth driver for TI BT/FM/GPS combo devices.
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 && RFKILL
+ 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
@@ -3,3 +3,5 @@
# and its protocol drivers (BT, FM, GPS)
#
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