[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1244929118-23326-1-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Sat, 13 Jun 2009 23:38:38 +0200
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: linux-rt@...gutronix.de, Thomas Gleixner <tglx@...utronix.de>,
Greg Kroah-Hartman <greg@...ah.com>,
Ian Abbott <abbotti@....co.uk>,
Frank Mori Hess <fmhess@...rs.sourceforge.net>
Subject: [PATCH -rt] disable building all staging drivers
I know that at least COMEDI and RT2870 are broken with -rt, but Thomas
requested disabling all of staging. He's the maintainer.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Greg Kroah-Hartman <greg@...ah.com>
Cc: Ian Abbott <abbotti@....co.uk>
Cc: Frank Mori Hess <fmhess@...rs.sourceforge.net>
---
drivers/staging/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 211af86..3d1a966 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -1,6 +1,7 @@
menuconfig STAGING
bool "Staging drivers"
default n
+ depends on BROKEN
---help---
This option allows you to select a number of drivers that are
not of the "normal" Linux kernel quality level. These drivers
--
1.6.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists