[PATCH resend] staging: olpc_dcon: drop CONFIG_BROKEN dependency

Andres Salomon dilinger at queued.net
Thu Jan 13 13:58:59 EST 2011


With the recent commits, the DCON will now properly build.  As such,
drop the dep on CONFIG_BROKEN.

Signed-off-by: Andres Salomon <dilinger at queued.net>
---
 drivers/staging/olpc_dcon/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/olpc_dcon/Kconfig
b/drivers/staging/olpc_dcon/Kconfig index 8be8716..cfdec44 100644
--- a/drivers/staging/olpc_dcon/Kconfig
+++ b/drivers/staging/olpc_dcon/Kconfig
@@ -1,6 +1,6 @@
 config FB_OLPC_DCON
 	tristate "One Laptop Per Child Display CONtroller support"
-	depends on OLPC && BROKEN
+	depends on OLPC
 	select I2C
 	---help---
 	  Add support for the OLPC XO DCON controller.  This
controller is
-- 
1.7.2.3




More information about the Linux-geode mailing list