From e27a7d7977b07d701ba247e2ddb95466d95c898f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 16 Jan 2013 07:38:04 -0800 Subject: [PATCH] Staging: sb105x: mark it BROKEN It isn't using the port logic, and breaks the build at the moment, so mark it BROKEN. Cc: Jiri Slaby Cc: Steven Rostedt Signed-off-by: Greg Kroah-Hartman --- drivers/staging/sb105x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sb105x/Kconfig b/drivers/staging/sb105x/Kconfig index ac87c5e38dee..3d0d0eb95b8c 100644 --- a/drivers/staging/sb105x/Kconfig +++ b/drivers/staging/sb105x/Kconfig @@ -1,7 +1,7 @@ config SB105X tristate "SystemBase PCI Multiport UART" select SERIAL_CORE - depends on PCI + depends on PCI && BROKEN help A driver for the SystemBase Multi-2/PCI serial card -- 2.45.2