kernel/drivers/video/fbdev/mmp/hw/Kconfig
.. .. @@ -1,9 +1,8 @@ 1 -if MMP_DISP2 -1 +# SPDX-License-Identifier: GPL-2.0-only3 2 config MMP_DISP_CONTROLLER 4 3 bool "mmp display controller hw support" 5 - depends on CPU_PXA910 || CPU_MMP26 - default n4 + depends on HAVE_CLK && HAS_IOMEM5 + depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST7 6 help 8 7 Marvell MMP display hw controller support 9 8 this controller is used on Marvell PXA910 and .. .. @@ -16,5 +15,3 @@ 16 15 help 17 16 Marvell MMP display hw controller spi port support 18 17 will register as a spi master for panel usage 19 -20 -endif