diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-02-05 19:28:29 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-09 11:23:18 -0500 |
commit | 9084b0058e11378abb43d01e669bac8ac7b593ff (patch) | |
tree | 7e32112843fa3f56f2218208c70334b62129b4b5 /drivers/video/Kconfig | |
parent | 4df4db5c6c6daeb10a8693d09ce872bce8cd84e6 (diff) |
[TC] pmagb-b-fb: Convert to the driver model
This is a set of changes to convert the driver to the driver model. As a
side-effect the driver now supports building as a module.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 18c22ba6e656..45fe65d8d7a0 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1454,8 +1454,8 @@ config FB_PMAG_BA | |||
1454 | used mainly in the MIPS-based DECstation series. | 1454 | used mainly in the MIPS-based DECstation series. |
1455 | 1455 | ||
1456 | config FB_PMAGB_B | 1456 | config FB_PMAGB_B |
1457 | bool "PMAGB-B TURBOchannel framebuffer support" | 1457 | tristate "PMAGB-B TURBOchannel framebuffer support" |
1458 | depends on (FB = y) && TC | 1458 | depends on TC |
1459 | select FB_CFB_FILLRECT | 1459 | select FB_CFB_FILLRECT |
1460 | select FB_CFB_COPYAREA | 1460 | select FB_CFB_COPYAREA |
1461 | select FB_CFB_IMAGEBLIT | 1461 | select FB_CFB_IMAGEBLIT |