diff options
author | Michael Roth <mroth@nessie.de> | 2009-10-04 12:14:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-11-09 03:40:56 -0500 |
commit | fa3012318bfb395552baef69bb1ebe87e64945c8 (patch) | |
tree | 5095c1dda820a408609c6e0bd5bc2e7f4c359eae /drivers/isdn/hysdn | |
parent | 7beeec88e5f379680abeb4244b0781e102201c0e (diff) |
Kconfig: Remove useless and sometimes wrong comments
Additionally, some excessive newlines removed.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/isdn/hysdn')
-rw-r--r-- | drivers/isdn/hysdn/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/isdn/hysdn/Kconfig b/drivers/isdn/hysdn/Kconfig index c9e4231968ef..e86bc6583d71 100644 --- a/drivers/isdn/hysdn/Kconfig +++ b/drivers/isdn/hysdn/Kconfig | |||
@@ -1,6 +1,3 @@ | |||
1 | # | ||
2 | # Config.in for HYSDN ISDN driver | ||
3 | # | ||
4 | config HYSDN | 1 | config HYSDN |
5 | tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" | 2 | tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" |
6 | depends on m && PROC_FS && PCI | 3 | depends on m && PROC_FS && PCI |
@@ -15,4 +12,3 @@ config HYSDN_CAPI | |||
15 | depends on HYSDN && ISDN_CAPI | 12 | depends on HYSDN && ISDN_CAPI |
16 | help | 13 | help |
17 | Say Y here if you like to use Hypercope's CAPI 2.0 interface. | 14 | Say Y here if you like to use Hypercope's CAPI 2.0 interface. |
18 | |||