-
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.
Move this out of nouveau directory. As we start to add more encoder slaves used by other drivers, it makes sense to put the Kconfig bits in one place. Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
- Loading branch information
Rob Clark
authored and
Dave Airlie
committed
Feb 8, 2013
1 parent
73ccd69
commit 6504d0d
Showing
3 changed files
with
24 additions
and
23 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
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