Skip to content

Commit

Permalink
Staging: dream: Kconfig fix for non-HTC hardware
Browse files Browse the repository at this point in the history
> 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
pavelmachek authored and gregkh committed May 11, 2010
1 parent b9e2af5 commit 251211c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions drivers/staging/dream/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 251211c

Please sign in to comment.