diff options
author | Zhao Qiang <qiang.zhao@nxp.com> | 2016-06-27 09:30:22 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-29 04:05:14 -0400 |
commit | c37d4a0085c58d9e45930ead6acd13ac75a8fb67 (patch) | |
tree | 28baa9bed350b7c187c00a6b484603db784abe08 /drivers/net/wan/Kconfig | |
parent | 8a79813c140122b9448bb8d24ec58dff3b15ea31 (diff) |
Maxim/driver: Add driver for maxim ds26522
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 9e314b791150..33ab3345d333 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig @@ -291,6 +291,17 @@ config FSL_UCC_HDLC To compile this driver as a module, choose M here: the module will be called fsl_ucc_hdlc. +config SLIC_DS26522 + tristate "Slic Maxim ds26522 card support" + depends on SPI + depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE + help + This module initializes and configures the slic maxim card + in T1 or E1 mode. + + To compile this driver as a module, choose M here: the + module will be called slic_ds26522. + config DSCC4_PCISYNC bool "Etinc PCISYNC features" depends on DSCC4 |