-
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: 358147 b: refs/heads/master c: 6504d0d h: refs/heads/master i: 358145: 90433ec 358143: 8a426b6 v: v3
- Loading branch information
Rob Clark
authored and
Dave Airlie
committed
Feb 8, 2013
1 parent
8cbbd01
commit d7eb6a3
Showing
4 changed files
with
25 additions
and
24 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: 73ccd6962fff19e53a7d4baaa17cf9311284ac9c | ||
refs/heads/master: 6504d0d9900a2c05ea1fbab2ec008bf442993d94 |
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,22 @@ | ||
menu "I2C encoder or helper chips" | ||
depends on DRM && DRM_KMS_HELPER && I2C | ||
|
||
config DRM_I2C_CH7006 | ||
tristate "Chrontel ch7006 TV encoder" | ||
default m if DRM_NOUVEAU | ||
help | ||
Support for Chrontel ch7006 and similar TV encoders, found | ||
on some nVidia video cards. | ||
|
||
This driver is currently only useful if you're also using | ||
the nouveau driver. | ||
|
||
config DRM_I2C_SIL164 | ||
tristate "Silicon Image sil164 TMDS transmitter" | ||
default m if DRM_NOUVEAU | ||
help | ||
Support for sil164 and similar single-link (or dual-link | ||
when used in pairs) TMDS transmitters, used in some nVidia | ||
video cards. | ||
|
||
endmenu |
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