blob: 5490e1d93d715ecb8197c5ade40402e5226fcfb3 (
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 || ARCH_MXC
---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 || QUICC_ENGINE
---help---
This is a driver for Freescale QE UCC working with TDM interface.
endmenu
|