aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dream
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2010-03-13 09:22:39 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:37 -0700
commit251211c3fa0d218e90f1fb4ce3b475213df467d2 (patch)
treef221063e46d2a1b1a5fed6fcd88960fac21bf8ac /drivers/staging/dream
parentStaging: dream: fix gpio_input compilation (diff)
downloadlinux-dev-251211c3fa0d218e90f1fb4ce3b475213df467d2.tar.xz
linux-dev-251211c3fa0d218e90f1fb4ce3b475213df467d2.zip
Staging: dream: Kconfig fix for non-HTC hardware
> All of the Kconfig menu items under "config DREAM" should be listed > indented under the 'DREAM' symbol, but they are not. (using xconfig) > In menuconfig, the DREAM symbol isn't listed (since it depends on BROKEN), > but the other (subordinate) symbols are still listed. Ok, this should fix it ... or at least make it better an non-issue for people with non-HTC hardware. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/dream')
-rw-r--r--drivers/staging/dream/Kconfig10
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/staging/dream/Kconfig b/drivers/staging/dream/Kconfig
index 4afa081c870c..707cc71a8a6a 100644
--- a/drivers/staging/dream/Kconfig
+++ b/drivers/staging/dream/Kconfig
@@ -1,16 +1,14 @@
config DREAM
- tristate "HTC Dream support"
- depends on BROKEN
+ 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