summaryrefslogtreecommitdiff
path: root/drivers/tdm/Kconfig
diff options
context:
space:
mode:
authorSandeep Singh <Sandeep@freescale.com>2012-04-24 20:34:32 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-03-21 18:42:13 (GMT)
commit5874ab40c5d7443554f339d8c9e6cce22f664283 (patch)
treeda79f3b57f89bcb54508bb7bde4bba4e20f42605 /drivers/tdm/Kconfig
parent0b07986964b7d5b177d8c2a3999a6a723ab5f91a (diff)
downloadlinux-fsl-qoriq-5874ab40c5d7443554f339d8c9e6cce22f664283.tar.xz
TDM test module
This is a small test module to transfer and receive data via tdm. Registers with the TDM core and sets up a TDM voice path between two TDM channels. It support voice path demo using Le88266 SLIC device. Signed-off-by: Sandeep Singh <Sandeep@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> (cherry picked from commit 52b6596fda27efe53a5cfe15b03f2f21bb86ddf7)
Diffstat (limited to 'drivers/tdm/Kconfig')
-rw-r--r--drivers/tdm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/tdm/Kconfig b/drivers/tdm/Kconfig
index 87d6929..120af1a 100644
--- a/drivers/tdm/Kconfig
+++ b/drivers/tdm/Kconfig
@@ -22,5 +22,13 @@ config TDM_DEBUG_CORE
messages to the system log. Select this if you are having a
problem with TDM support and want to see more of what is going on.
+config TDM_TEST
+ tristate "TDM test Module"
+ default n
+ ---help---
+ This TDM test module is a small test module which
+ registers with the TDM core(framework) and sets up
+ a TDM Voice path between diff channels of a slic.
+
source drivers/tdm/device/Kconfig
endif # TDM