aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/qe/Kconfig
diff options
context:
space:
mode:
authorZhao Qiang <qiang.zhao@nxp.com>2016-06-06 14:30:01 +0800
committerDavid S. Miller <davem@davemloft.net>2016-06-07 15:56:31 -0700
commit35ef1c20fdb26779b6c3c4fd74bbdd5028e70005 (patch)
tree3f321ac6d830bb09031ab17fe9581c2653adfc44 /drivers/soc/fsl/qe/Kconfig
parentfsl/qe: Make regs resouce_size_t (diff)
downloadlinux-dev-35ef1c20fdb26779b6c3c4fd74bbdd5028e70005.tar.xz
linux-dev-35ef1c20fdb26779b6c3c4fd74bbdd5028e70005.zip
fsl/qe: Add QE TDM lib
QE has module to support TDM, some other protocols supported by QE are based on TDM. add a qe-tdm lib, this lib provides functions to the protocols using TDM to configurate QE-TDM. Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/soc/fsl/qe/Kconfig')
-rw-r--r--drivers/soc/fsl/qe/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig
index 20978f2058a6..73a2e08b47ef 100644
--- a/drivers/soc/fsl/qe/Kconfig
+++ b/drivers/soc/fsl/qe/Kconfig
@@ -22,7 +22,7 @@ config UCC_SLOW
config UCC_FAST
bool
- default y if UCC_GETH
+ default y if UCC_GETH || QE_TDM
help
This option provides qe_lib support to UCC fast
protocols: HDLC, Ethernet, ATM, transparent
@@ -31,6 +31,10 @@ config UCC
bool
default y if UCC_FAST || UCC_SLOW
+config QE_TDM
+ bool
+ default y if FSL_UCC_HDLC
+
config QE_USB
bool
default y if USB_FSL_QE