Staging: dream: Kconfig fix for non-HTC hardware
author黄涛 <huangtao@rock-chips.com>
Tue, 28 Jun 2011 08:27:10 +0000 (16:27 +0800)
committer黄涛 <huangtao@rock-chips.com>
Tue, 28 Jun 2011 08:33:31 +0000 (16:33 +0800)
drivers/staging/dream/Kconfig

index 52bd187de5a7e763c5b9b181d060c79dcc6f1186..263b17d2dc6daf7eb4caf09ba3566b635fbdaf3c 100644 (file)
@@ -1,12 +1,15 @@
+config DREAM
+       tristate "HTC Dream support"
+       depends on MACH_TROUT
+
+if DREAM
+
 source "drivers/staging/dream/smd/Kconfig"
 
 source "drivers/staging/dream/camera/Kconfig"
 
-
 config INPUT_GPIO
        tristate "GPIO driver support"
        help
          Say Y here if you want to support gpio based keys, wheels etc...
-
-
-
+endif