-
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.
yaml --- r: 354140 b: refs/heads/master c: c89f275 h: refs/heads/master v: v3
- Loading branch information
David 'Digit' Turner
authored and
Greg Kroah-Hartman
committed
Jan 24, 2013
1 parent
a4eedf9
commit 6f5342c
Showing
5 changed files
with
622 additions
and
1 deletion.
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: e809c22b8fb0282048fc008cfcdd017186090dbc | ||
refs/heads/master: c89f2750e9845aa115ca30c062edd569da619cad |
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,3 +1,7 @@ | ||
if X86 | ||
source "drivers/platform/x86/Kconfig" | ||
endif | ||
if GOLDFISH | ||
source "drivers/platform/goldfish/Kconfig" | ||
endif | ||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config GOLDFISH_PIPE | ||
tristate "Goldfish virtual device for QEMU pipes" | ||
---help--- | ||
This is a virtual device to drive the QEMU pipe interface used by | ||
the Goldfish Android Virtual Device. |
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
Oops, something went wrong.