diff options
author | Andrew Morton <[email protected]> | 2008-05-14 23:27:18 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2008-05-14 23:27:18 -0700 |
commit | 01bbf2c7ddc93479eecebf8495848c0f362130c5 (patch) | |
tree | e9956a26f13f6a1bc4dd73ddc850b608922ca2b9 | |
parent | a9dd7fe28742c6b22eb8f214a04c4d2bcb2c0899 (diff) |
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 <[email protected]>
Acked-by: Karsten Keil <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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 c6d8a7042988..c9e4231968ef 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. |