diff options
| author | wonhee <wonhee48.seo@samsung.com> | 2011-06-18 03:39:23 +0900 |
|---|---|---|
| committer | Benoit Goby <benoit@android.com> | 2011-06-21 00:14:10 -0700 |
| commit | 5da9e51ab161246785f52ec6758d9e21c2191d21 (patch) | |
| tree | 030ec328a6625f883ea986343228a4c73f02c2bc /drivers/misc/modem_if/Makefile | |
| parent | 744c1561fc028be58230147cc8543e2a694bdbce (diff) | |
| download | kernel_samsung_tuna-5da9e51ab161246785f52ec6758d9e21c2191d21.tar.gz kernel_samsung_tuna-5da9e51ab161246785f52ec6758d9e21c2191d21.tar.bz2 kernel_samsung_tuna-5da9e51ab161246785f52ec6758d9e21c2191d21.zip | |
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 <wonhee48.seo@samsung.com>
Diffstat (limited to 'drivers/misc/modem_if/Makefile')
| -rwxr-xr-x | drivers/misc/modem_if/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
