diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-08-23 13:37:26 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-26 20:47:00 -0400 |
commit | 52f97df5da1f94d2b7db1bb53a2f053ae162b649 (patch) | |
tree | e28088b51a008ad2f2d8b628ab617b9c026fa812 /drivers/gpu/drm/Kconfig | |
parent | ece2be7993cc5e269cbf0cad6442b401a2c31915 (diff) |
drm/r128: Use request_firmware() to load CCE microcode
Firmware blob looks like this:
__be32 datah
__be32 datal
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 10edc9b0022f..a07abb818f5c 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -36,6 +36,7 @@ config DRM_TDFX | |||
36 | config DRM_R128 | 36 | config DRM_R128 |
37 | tristate "ATI Rage 128" | 37 | tristate "ATI Rage 128" |
38 | depends on DRM && PCI | 38 | depends on DRM && PCI |
39 | select FW_LOADER | ||
39 | help | 40 | help |
40 | Choose this option if you have an ATI Rage 128 graphics card. If M | 41 | Choose this option if you have an ATI Rage 128 graphics card. If M |
41 | is selected, the module will be called r128. AGP support for | 42 | is selected, the module will be called r128. AGP support for |