summaryrefslogtreecommitdiff
path: root/drivers/tdm/Kconfig
diff options
context:
space:
mode:
authorSandeep Singh <Sandeep@freescale.com>2012-04-24 20:34:33 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-03-21 18:42:14 (GMT)
commit4abef5f73cb937f302b4f895845c8d9e28a7670d (patch)
treef205671497bdd04d006d20b2901fd0dc29a4da82 /drivers/tdm/Kconfig
parent5874ab40c5d7443554f339d8c9e6cce22f664283 (diff)
downloadlinux-fsl-qoriq-4abef5f73cb937f302b4f895845c8d9e28a7670d.tar.xz
Basic configuration module for Le88266 Zarlink SLIC
- Basic driver which does minimum intialization of the Le88266 SLIC device. - The code was originally borrowed from Zarlink driver implementation. - It is not full fledged SLIC driver code, it just does basic initialization which is required to setup a voice data path between channels. This is just enough to test and demonstrate TDM functionality on Freescale platforms using TDM Test Module. - For full fledged VoIP type of use case proper SLIC driver will be required which handles all the functionalities of the device. - Going forward this driver will be replaced by Opoen source Zarlink APIs. Signed-off-by: Sandeep Singh <Sandeep@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> (cherry picked from commit abd929c8081a0e474291d79adf837aaa3a61e6ca)
Diffstat (limited to 'drivers/tdm/Kconfig')
-rw-r--r--drivers/tdm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tdm/Kconfig b/drivers/tdm/Kconfig
index 120af1a..25fed1c 100644
--- a/drivers/tdm/Kconfig
+++ b/drivers/tdm/Kconfig
@@ -31,4 +31,5 @@ config TDM_TEST
a TDM Voice path between diff channels of a slic.
source drivers/tdm/device/Kconfig
+source drivers/tdm/line_ctrl/Kconfig
endif # TDM