mirror of https://gitee.com/openkylin/linux.git
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:
parent
bfb97bf833
commit
ff933693a4
|
@ -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/
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
config DREAM
|
||||
tristate "HTC Dream support"
|
||||
|
||||
source "drivers/staging/dream/smd/Kconfig"
|
||||
|
||||
source "drivers/staging/dream/camera/Kconfig"
|
||||
|
|
Loading…
Reference in New Issue