MLK-15986-4: video: fbdev: Separate display framework code from fb driver code
authorCristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Wed, 5 Jul 2017 13:31:42 +0000 (16:31 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:08 +0000 (15:36 -0500)
commit08a948378978b21fe5f73733b5bc0101f43d2b93
tree3206daa769a7a7bb9f461c1b5a5ef584842f926b
parent6f9d4602971720aa69489328761323be574c6f3f
MLK-15986-4: video: fbdev: Separate display framework code from fb driver code

The display driver framework code in drivers/video/fbdev/mxc/mxc_dispdrv.c
is currently compiled along with fb driver code in
drivers/video/fbdev/mxc. This is a framework that is also used by another
fb driver that can be found in drivers/video/fbdev/mxsfb.c.

This patch separates the framework compilation by pulling it into its
own CONFIG_FB_MXC_DISP_FRAMEWORK that can be selected by any fb driver
and/or panel whose implementation relies on this framework.

Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
drivers/video/fbdev/Kconfig
drivers/video/fbdev/mxc/Kconfig
drivers/video/fbdev/mxc/Makefile