Commit fce17a38 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: don't build the whiteheat driver if on SMP as the locking is all messed up.

parent d4f60e6f
...@@ -73,7 +73,7 @@ config USB_SERIAL_BELKIN ...@@ -73,7 +73,7 @@ config USB_SERIAL_BELKIN
config USB_SERIAL_WHITEHEAT config USB_SERIAL_WHITEHEAT
tristate "USB ConnectTech WhiteHEAT Serial Driver" tristate "USB ConnectTech WhiteHEAT Serial Driver"
depends on USB_SERIAL depends on USB_SERIAL && BROKEN_ON_SMP
help help
Say Y here if you want to use a ConnectTech WhiteHEAT 4 port Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
USB to serial converter device. USB to serial converter device.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment