diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2016-02-22 01:55:07 +0000 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-02-26 13:06:10 +0200 |
commit | 60821fec1c8c1e703d350a09a201a86b88e30e34 (patch) | |
tree | 41879a9c7bebecf5815c344f915a6bb561ba16c1 /drivers/video | |
parent | 90c83176e5cfa666bb2e7643d74ca87e08e171cb (diff) | |
download | linux-60821fec1c8c1e703d350a09a201a86b88e30e34.tar.bz2 |
video: fbdev: pmag-aa-fb: Enable building as a module
With the current TURBOchannel API support is automagical.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 936ebd4bcf73..18f1853529fc 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -1808,8 +1808,8 @@ config FB_HIT frame buffer card. config FB_PMAG_AA - bool "PMAG-AA TURBOchannel framebuffer support" - depends on (FB = y) && TC + tristate "PMAG-AA TURBOchannel framebuffer support" + depends on FB && TC select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT |