Re: [PATCH] linux-next: 20090929 - android driver build breaks

From: Pavel Machek
Date: Sun Oct 11 2009 - 05:06:35 EST



> > If it's a criticism of the staleness of the Android code within the
> > staging tree or no recent activity, then we should probably loop in some
> > Android developers to find our about their plans. I've added them to the
> > cc.
>
> They know all about this and agreed that the code should be dropped for
> 2.6.33 if no one sends me patches. If someone does, then I will remove
> my 'delete the android code' patch in the staging tree.
>
> Honestly, I'm not holding my breath :(

Heh, I'm glad, I did not make dream suppport dependend on
CONFIG_ANDROID... :-).

Oops, no, it does depend on it.

Something like this?
Pavel
---

Make Dream support idenependend of CONFIG_ANDROID.

Signed-off-by: Pavel Machek <pavel@xxxxxx>

--- linux-rc/drivers/staging.ofic/Makefile 2009-10-06 13:51:49.000000000 +0200
+++ linux-rc/drivers/staging/Makefile 2009-10-10 14:52:36.000000000 +0200
@@ -27,7 +27,7 @@
obj-$(CONFIG_INPUT_MIMIO) += mimio/
obj-$(CONFIG_TRANZPORT) += frontier/
obj-$(CONFIG_ANDROID) += android/
-obj-$(CONFIG_ANDROID) += dream/
+obj-$(CONFIG_DREAM) += dream/
obj-$(CONFIG_DST) += dst/
obj-$(CONFIG_POHMELFS) += pohmelfs/
obj-$(CONFIG_STLC45XX) += stlc45xx/
--- linux-rc/drivers/staging.ofic/dream/Kconfig 2009-10-06 13:52:05.000000000 +0200
+++ linux-rc/drivers/staging/dream/Kconfig 2009-10-10 14:53:11.000000000 +0200
@@ -1,3 +1,6 @@
+config DREAM
+ tristate "HTC Dream support"
+
source "drivers/staging/dream/smd/Kconfig"

source "drivers/staging/dream/camera/Kconfig"



--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/