aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2010-02-22 06:09:38 -0500
committerDavid S. Miller <davem@davemloft.net>2010-02-22 18:45:53 -0500
commite5f8d9ac46e0291594abaa76bf467a08367bcccf (patch)
tree65fa3eef81a3c330018dca05e483c7723016bbc5 /drivers/isdn/i4l
parent48e2f183cb1709600012265a2e723f45a350d5fe (diff)
isdn: fix a few Kconfig imperfections
1. Rewrite the outdated help texts for config options ISDN and ISDN_CAPI. 2. The MISDN config option appeared between ISDN_I4L and the I4L hardware driver options; move it to a less irritating place. 3. HYSDN is not in fact an I4L driver, and needn't depend on ISDN_I4L, so move it from the I4L section to the general section. 4. ISDN_HDLC is now also used by drivers outside I4L. Move it from the I4L section to the general section, too. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/i4l')
-rw-r--r--drivers/isdn/i4l/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/isdn/i4l/Kconfig b/drivers/isdn/i4l/Kconfig
index 07c4e49f9e77..9c6650ea848e 100644
--- a/drivers/isdn/i4l/Kconfig
+++ b/drivers/isdn/i4l/Kconfig
@@ -134,14 +134,7 @@ source "drivers/isdn/sc/Kconfig"
134 134
135source "drivers/isdn/act2000/Kconfig" 135source "drivers/isdn/act2000/Kconfig"
136 136
137source "drivers/isdn/hysdn/Kconfig"
138
139endmenu 137endmenu
140# end ISDN_I4L 138# end ISDN_I4L
141endif 139endif
142 140
143config ISDN_HDLC
144 tristate
145 select CRC_CCITT
146 select BITREVERSE
147