Commit 8ef9cf318152d864d6694b19e655cbefa1e85256
1 parent
e795638bb9
Exists in
master
and in
7 other branches
[PATCH] synclink_gt is PCI-only
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/char/Kconfig
... | ... | @@ -222,7 +222,7 @@ |
222 | 222 | |
223 | 223 | config SYNCLINK_GT |
224 | 224 | tristate "SyncLink GT/AC support" |
225 | - depends on SERIAL_NONSTANDARD | |
225 | + depends on SERIAL_NONSTANDARD && PCI | |
226 | 226 | help |
227 | 227 | Support for SyncLink GT and SyncLink AC families of |
228 | 228 | synchronous and asynchronous serial adapters |