diff options
author | Francisco Jerez <currojerez@riseup.net> | 2010-07-22 17:06:18 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-02 10:21:13 +1000 |
commit | e190bfe56841551b1ad5abb42ebd0c4798cc8c01 (patch) | |
tree | 5a4759222056f95e0ffb085b267f8edb949579d4 /drivers/gpu/drm/nouveau/Kconfig | |
parent | a7b98b6748efdddd832b39662801c9f828df1813 (diff) | |
download | talos-obmc-linux-e190bfe56841551b1ad5abb42ebd0c4798cc8c01.tar.gz talos-obmc-linux-e190bfe56841551b1ad5abb42ebd0c4798cc8c01.zip |
drm: Import driver for the sil164 I2C TMDS transmitter.
sil164 transmitters are used for DVI outputs on Intel/nvidia and ATI setups.
So far only nouveau can use this driver.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Tested-by: Patrice Mandin <patmandin@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Kconfig')
-rw-r--r-- | drivers/gpu/drm/nouveau/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index b6f5239c2efb..d2d28048efb2 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig @@ -41,4 +41,13 @@ config DRM_I2C_CH7006 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 |