Kconfig (82c944d05b1a24c76948ee9d6bb1d7de1ebb8b3a) | Kconfig (c96e976d9a05d559f4ac4f617ea0f798c75a1799) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# FRAMER 4# 5 6menuconfig FRAMER 7 tristate "Framer Subsystem" 8 help --- 8 unchanged lines hidden (view full) --- 17 framework and framer users can obtain reference to the framer. 18 All the users of this framework should select this config. 19 20if FRAMER 21 22config GENERIC_FRAMER 23 bool 24 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# FRAMER 4# 5 6menuconfig FRAMER 7 tristate "Framer Subsystem" 8 help --- 8 unchanged lines hidden (view full) --- 17 framework and framer users can obtain reference to the framer. 18 All the users of this framework should select this config. 19 20if FRAMER 21 22config GENERIC_FRAMER 23 bool 24 |
25config FRAMER_PEF2256 26 tristate "Lantiq PEF2256" 27 depends on OF 28 depends on HAS_IOMEM 29 select GENERIC_FRAMER 30 select MFD_CORE 31 select REGMAP_MMIO 32 help 33 Enable support for the Lantiq PEF2256 (FALC56) framer. 34 The PEF2256 is a framer and line interface between analog E1/T1/J1 35 line and a digital PCM bus. 36 37 If unsure, say N. 38 39 To compile this driver as a module, choose M here: the 40 module will be called framer-pef2256. 41 |
|
25endif # FRAMER | 42endif # FRAMER |