Skip to content

Commit

Permalink
drivers/char/ip2: fix Kconfig after ip2/ip2main merge
Browse files Browse the repository at this point in the history
As commit 6089093 ("ip2: fix crashes on
load/unload") fixed the ip2 crashes on load/unload by making ip2/ip2main
one module (ip2), Kconfig shouldn't mention a now non-existing module.

Signed-off-by: Roland.Kletzing <devzero@web.de>
Acked-by: Alan Cox <alan@redhat.com>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Roland.Kletzing authored and Linus Torvalds committed Jun 6, 2008
1 parent f6266e3 commit 33dda51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ config COMPUTONE
order to become a dial-in server. If you have a card like that, say
Y here and read <file:Documentation/computone.txt>.

To compile this driver as modules, choose M here: the
modules will be called ip2 and ip2main.
To compile this driver as module, choose M here: the
module will be called ip2.

config ROCKETPORT
tristate "Comtrol RocketPort support"
Expand Down

0 comments on commit 33dda51

Please sign in to comment.