Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec621699 authored by Sascha Hauer's avatar Sascha Hauer
Browse files

i.MX21/27: remove ifdef CONFIG_FB_IMX



Compile in the framebuffer device unconditionally to fix pcm038
compilation without framebuffer support.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent f909ef64
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -229,7 +229,6 @@ struct platform_device mxc_nand_device = {
	.resource = mxc_nand_resources,
};

#ifdef CONFIG_FB_IMX
/*
 * lcdc:
 * - i.MX1: the basic controller
@@ -259,7 +258,6 @@ struct platform_device mxc_fb_device = {
		.coherent_dma_mask = 0xFFFFFFFF,
	},
};
#endif

#ifdef CONFIG_MACH_MX27
static struct resource mxc_fec_resources[] = {