-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pavel Machek
authored and
Greg Kroah-Hartman
committed
May 11, 2010
1 parent
4507093
commit 389c1c4
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b9e2af544d4fe1a74006a68c744fbdaea13f1665 | ||
refs/heads/master: 251211c3fa0d218e90f1fb4ce3b475213df467d2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |