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

video: fbdev: mmp: remove duplicated MMP_DISP dependency

This dependency is already present in higher level Kconfig file
(drivers/video/fbdev/mmp/Kconfig).

Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/eb28587c-4f8f-f044-1b8b-317a8d7967aa@samsung.com

-8
-4
drivers/video/fbdev/mmp/fb/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - if MMP_DISP 3 - 4 2 config MMP_FB 5 3 tristate "fb driver for Marvell MMP Display Subsystem" 6 4 depends on FB ··· 8 10 default y 9 11 help 10 12 fb driver for Marvell MMP Display Subsystem 11 - 12 - endif
-4
drivers/video/fbdev/mmp/hw/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - if MMP_DISP 3 - 4 2 config MMP_DISP_CONTROLLER 5 3 bool "mmp display controller hw support" 6 4 depends on CPU_PXA910 || CPU_MMP2 ··· 14 16 help 15 17 Marvell MMP display hw controller spi port support 16 18 will register as a spi master for panel usage 17 - 18 - endif