summaryrefslogtreecommitdiff
path: root/drivers/tdm/device/Kconfig
blob: af6a710465b64882f0e78a74e3834dde5e6850c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# TDM device configuration
#

menu "TDM Device support"

config TDM_FSL
        tristate "Driver for Freescale TDM controller"
        depends on FSL_SOC
        ---help---
          This is a driver for Freescale TDM controller. The controller
          is found in various Freescale SOCs viz MPC8315, P1020. The TDM driver
          basically multiplexes and demultiplexes data from different channels.
          The TDM can interface SLIC kind of devices.

config FSL_UCC_TDM
       tristate "UCC TDM driver for Freescale QE engine"
       depends on FSL_SOC || CONFIG_QE
       ---help---
         This is a driver for Freescale QE UCC working with TDM interface.

endmenu