aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2016-02-22 01:55:07 +0000
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-02-26 13:06:10 +0200
commit60821fec1c8c1e703d350a09a201a86b88e30e34 (patch)
tree41879a9c7bebecf5815c344f915a6bb561ba16c1 /drivers/video
parentvideo: fbdev: pmag-aa-fb: Adapt to current APIs (diff)
downloadlinux-dev-60821fec1c8c1e703d350a09a201a86b88e30e34.tar.xz
linux-dev-60821fec1c8c1e703d350a09a201a86b88e30e34.zip
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/Kconfig4
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