* [PATCH] staging: olpc_dcon: drop CONFIG_BROKEN dependency
@ 2010-12-02 2:46 Andres Salomon
0 siblings, 0 replies; only message in thread
From: Andres Salomon @ 2010-12-02 2:46 UTC (permalink / raw)
To: akpm; +Cc: Greg KH, devel, cjb, jon.nettleton, dsd, linux-kernel,
linux-geode
With the last few commits, the DCON will now properly build. As such,
drop the dep on CONFIG_BROKEN.
[Note: this is for the -mm tree, to be applied on top of the other DCON
patches.]
Signed-off-by: Andres Salomon <dilinger@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-02 2:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 2:46 [PATCH] staging: olpc_dcon: drop CONFIG_BROKEN dependency Andres Salomon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox