dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: dream: make it independant from CONFIG_ANDROID

Make Dream support independent of CONFIG_ANDROID.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
Pavel Machek 2009-10-11 11:05:08 +02:00 committed by Greg Kroah-Hartman
parent bfb97bf833
commit ff933693a4
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ obj-$(CONFIG_RTL8192E) += rtl8192e/
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_B3DFG) += b3dfg/

View File

@ -1,3 +1,6 @@
config DREAM
tristate "HTC Dream support"
source "drivers/staging/dream/smd/Kconfig"
source "drivers/staging/dream/camera/Kconfig"