summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware/mISDN/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-04-18 22:57:08 +0200
committerArnd Bergmann <arnd@arndb.de>2019-05-31 11:13:10 +0200
commit99c2aa151a7182c58f9477a376304c538d9cc5ab (patch)
tree43f5be9eee8ec2bc305bad1fa9c275ef3d6f6bdb /drivers/isdn/hardware/mISDN/Kconfig
parent9c3c0c2048149d946d7f3ebdcbe70e2946750bfb (diff)
isdn: hdlc: move into mISDN
The last remnant of the isdn4linux interface is now the isdnhdlc support, used by the netjet driver. Move it next to that driver. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Kconfig')
-rw-r--r--drivers/isdn/hardware/mISDN/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/mISDN/Kconfig b/drivers/isdn/hardware/mISDN/Kconfig
index a7a34a85b970..304f50c08da2 100644
--- a/drivers/isdn/hardware/mISDN/Kconfig
+++ b/drivers/isdn/hardware/mISDN/Kconfig
@@ -79,11 +79,14 @@ config MISDN_NETJET
depends on PCI
depends on TTY
select MISDN_IPAC
- select ISDN_HDLC
- select ISDN_I4L
+ select MISDN_HDLC
help
Enable support for Traverse Technologies NETJet PCI cards.
+config MISDN_HDLC
+ tristate
+ select CRC_CCITT
+ select BITREVERSE
config MISDN_IPAC
tristate