From 5da9e51ab161246785f52ec6758d9e21c2191d21 Mon Sep 17 00:00:00 2001 From: wonhee Date: Sat, 18 Jun 2011 03:39:23 +0900 Subject: misc: modem_if: Add modem interface driver 1. Update modem interface driver based on TI HSI patch. - TI HSI patch : Change I01715849: omap4: hsi driver initial commit : Change I14d257ae: ARM: omap: tuna: add HSI support : Change Icebb37db: omap4: enable hsi hwmod : Change Iec8eef73: tuna: defcoinfig: enable HSI 2. Checked Modem BootUp and MIPI communication working. Change-Id: I75a2d960f3a66004fa81743fae931f04bd4f0c07 Signed-off-by: wonhee --- drivers/misc/modem_if/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 drivers/misc/modem_if/Makefile (limited to 'drivers/misc/modem_if/Makefile') diff --git a/drivers/misc/modem_if/Makefile b/drivers/misc/modem_if/Makefile new file mode 100755 index 00000000000..3baca23bc4c --- /dev/null +++ b/drivers/misc/modem_if/Makefile @@ -0,0 +1,8 @@ +obj-y += modem.o modem_io_device.o +obj-$(CONFIG_UMTS_MODEM_XMM6260) += modem_modemctl_device_xmm6260.o +obj-$(CONFIG_UMTS_LINK_MIPI) += modem_link_device_mipi.o +obj-$(CONFIG_UMTS_LINK_HSIC) += modem_link_device_hsic.o +obj-$(CONFIG_CDMA_MODEM_CBP71) += modem_modemctl_device_cbp71.o +obj-$(CONFIG_CDMA_LINK_DPRAM) += modem_link_device_dpram.o +obj-$(CONFIG_LTE_MODEM_CMC221) += modem_modemctl_device_cmc221.o lte_modem_bootloader.o +obj-$(CONFIG_LTE_LINK_USB) += modem_link_device_usb.o \ No newline at end of file -- cgit v1.2.3