Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: fbdev: mmp: add COMPILE_TEST support

Add COMPILE_TEST support to mmp display subsystem for better compile
testing coverage.

Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/d21a19ea-8c18-80df-ae79-76de7c5ee67c@samsung.com

+3 -2
+1 -1
drivers/video/fbdev/mmp/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menuconfig MMP_DISP 3 3 tristate "Marvell MMP Display Subsystem support" 4 - depends on CPU_PXA910 || CPU_MMP2 4 + depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST 5 5 help 6 6 Marvell Display Subsystem support. 7 7
+2 -1
drivers/video/fbdev/mmp/hw/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config MMP_DISP_CONTROLLER 3 3 bool "mmp display controller hw support" 4 - depends on CPU_PXA910 || CPU_MMP2 4 + depends on HAVE_CLK && HAS_IOMEM 5 + depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST 5 6 help 6 7 Marvell MMP display hw controller support 7 8 this controller is used on Marvell PXA910 and