dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Pavel Machek 2010-03-13 09:22:39 +01:00 committed by Greg Kroah-Hartman
parent b9e2af544d
commit 251211c3fa
1 changed files with 4 additions and 6 deletions

View File

@ -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