blob: 434ad6ee7f911fd87b6b580719dde1558a5514ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#
# TDM subsystem configuration
#
menuconfig TDM
tristate "TDM support"
---help---
More information is contained in the directory <file:Documentation/tdm/>,
especially in the file called "summary" there.
If you want TDM support, you should say Y here and also to the
specific driver for your bus adapter(s) below.
This TDM support can also be built as a module. If so, the module
will be called tdm-core.
if TDM
config TDM_DEBUG_CORE
bool "TDM Core debugging messages"
help
Say Y here if you want the TDM core to produce a bunch of debug
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.
source drivers/tdm/test/Kconfig
source drivers/tdm/device/Kconfig
source drivers/tdm/line_ctrl/Kconfig
endif # TDM
|