diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-08-23 13:34:25 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-26 20:46:54 -0400 |
commit | ece2be7993cc5e269cbf0cad6442b401a2c31915 (patch) | |
tree | fff6ae1334506dd41a4f84b95e3830b269f70d59 /drivers/gpu/drm/Kconfig | |
parent | c9c97b8c75019814d8c007059bc827bb475be917 (diff) |
drm/mga: Use request_firmware() to load microcode
Image format is IHEX, one record for each pipe in order (record
addresses are ignored).
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 39b393d38bb3..10edc9b0022f 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -116,6 +116,7 @@ endchoice | |||
116 | config DRM_MGA | 116 | config DRM_MGA |
117 | tristate "Matrox g200/g400" | 117 | tristate "Matrox g200/g400" |
118 | depends on DRM | 118 | depends on DRM |
119 | select FW_LOADER | ||
119 | help | 120 | help |
120 | Choose this option if you have a Matrox G200, G400 or G450 graphics | 121 | Choose this option if you have a Matrox G200, G400 or G450 graphics |
121 | card. If M is selected, the module will be called mga. AGP | 122 | card. If M is selected, the module will be called mga. AGP |