diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-05-14 23:27:18 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-14 23:27:18 -0700 |
commit | 01bbf2c7ddc93479eecebf8495848c0f362130c5 (patch) | |
tree | e9956a26f13f6a1bc4dd73ddc850b608922ca2b9 | |
parent | a9dd7fe28742c6b22eb8f214a04c4d2bcb2c0899 (diff) | |
download | op-kernel-dev-01bbf2c7ddc93479eecebf8495848c0f362130c5.zip op-kernel-dev-01bbf2c7ddc93479eecebf8495848c0f362130c5.tar.gz |
hysdn: No longer broken on SMP.
With the cli/sti code sorted out we think this driver is OK for use on
SMP systems.
Acked-by: Mark Asselstine <mark.asselstine@windriver.com>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/isdn/hysdn/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hysdn/Kconfig b/drivers/isdn/hysdn/Kconfig index c6d8a70..c9e4231 100644 --- a/drivers/isdn/hysdn/Kconfig +++ b/drivers/isdn/hysdn/Kconfig @@ -3,7 +3,7 @@ # config HYSDN tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" - depends on m && PROC_FS && PCI && BROKEN_ON_SMP + depends on m && PROC_FS && PCI help Say Y here if you have one of Hypercope's active PCI ISDN cards Champ, Ergo and Metro. You will then get a module called hysdn. |