-
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: 219979 b: refs/heads/master c: eecb3e4 h: refs/heads/master i: 219977: ccfa035 219975: 71d6766 v: v3
- Loading branch information
Andres Salomon
authored and
Greg Kroah-Hartman
committed
Sep 30, 2010
1 parent
d5bee65
commit 7f16340
Showing
9 changed files
with
1,378 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: 25417922694e60f04cd4dc8448ada9236f18c532 | ||
refs/heads/master: eecb3e4e5d9d83ebe1bef222a707eb7618498b67 |
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
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
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,8 @@ | ||
config FB_OLPC_DCON | ||
tristate "One Laptop Per Child Display CONtroller support" | ||
depends on OLPC | ||
select I2C | ||
---help--- | ||
Add support for the OLPC XO DCON controller. This controller is | ||
only available on OLPC platforms. Unless you have one of these | ||
platforms, you will want to say 'N'. |
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 @@ | ||
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon.o |
Oops, something went wrong.