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/act2000 | |
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/act2000')
-rw-r--r-- | drivers/isdn/act2000/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/isdn/act2000/Kconfig b/drivers/isdn/act2000/Kconfig index 3fc1a5434ef7..fa2673fc69c2 100644 --- a/drivers/isdn/act2000/Kconfig +++ b/drivers/isdn/act2000/Kconfig | |||
@@ -1,6 +1,3 @@ | |||
1 | # | ||
2 | # Config.in for IBM Active 2000 ISDN driver | ||
3 | # | ||
4 | config ISDN_DRV_ACT2000 | 1 | config ISDN_DRV_ACT2000 |
5 | tristate "IBM Active 2000 support" | 2 | tristate "IBM Active 2000 support" |
6 | depends on ISA | 3 | depends on ISA |
@@ -10,4 +7,3 @@ config ISDN_DRV_ACT2000 | |||
10 | into the card using a utility which is part of the latest | 7 | into the card using a utility which is part of the latest |
11 | isdn4k-utils package. Please read the file | 8 | isdn4k-utils package. Please read the file |
12 | <file:Documentation/isdn/README.act2000> for more information. | 9 | <file:Documentation/isdn/README.act2000> for more information. |
13 | |||