1*82c944d0SHerve Codina# SPDX-License-Identifier: GPL-2.0-only 2*82c944d0SHerve Codina# 3*82c944d0SHerve Codina# FRAMER 4*82c944d0SHerve Codina# 5*82c944d0SHerve Codina 6*82c944d0SHerve Codinamenuconfig FRAMER 7*82c944d0SHerve Codina tristate "Framer Subsystem" 8*82c944d0SHerve Codina help 9*82c944d0SHerve Codina A framer is a component in charge of an E1/T1 line interface. 10*82c944d0SHerve Codina Connected usually to a TDM bus, it converts TDM frames to/from E1/T1 11*82c944d0SHerve Codina frames. It also provides information related to the E1/T1 line. 12*82c944d0SHerve Codina Used with HDLC, the network can be reached through the E1/T1 line. 13*82c944d0SHerve Codina 14*82c944d0SHerve Codina This framework is designed to provide a generic interface for framer 15*82c944d0SHerve Codina devices present in the kernel. This layer will have the generic 16*82c944d0SHerve Codina API by which framer drivers can create framer using the framer 17*82c944d0SHerve Codina framework and framer users can obtain reference to the framer. 18*82c944d0SHerve Codina All the users of this framework should select this config. 19*82c944d0SHerve Codina 20*82c944d0SHerve Codinaif FRAMER 21*82c944d0SHerve Codina 22*82c944d0SHerve Codinaconfig GENERIC_FRAMER 23*82c944d0SHerve Codina bool 24*82c944d0SHerve Codina 25*82c944d0SHerve Codinaendif # FRAMER 26