From: Maciej W. Rozycki Date: Mon, 22 Feb 2016 01:55:07 +0000 (+0000) Subject: video: fbdev: pmag-aa-fb: Enable building as a module X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=60821fec1c8c1e703d350a09a201a86b88e30e34;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git video: fbdev: pmag-aa-fb: Enable building as a module With the current TURBOchannel API support is automagical. Signed-off-by: Maciej W. Rozycki Signed-off-by: Tomi Valkeinen --- 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