hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/video/fbdev/mmp/hw/Kconfig
....@@ -1,9 +1,8 @@
1
-if MMP_DISP
2
-
1
+# SPDX-License-Identifier: GPL-2.0-only
32 config MMP_DISP_CONTROLLER
43 bool "mmp display controller hw support"
5
- depends on CPU_PXA910 || CPU_MMP2
6
- default n
4
+ depends on HAVE_CLK && HAS_IOMEM
5
+ depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST
76 help
87 Marvell MMP display hw controller support
98 this controller is used on Marvell PXA910 and
....@@ -16,5 +15,3 @@
1615 help
1716 Marvell MMP display hw controller spi port support
1817 will register as a spi master for panel usage
19
-
20
-endif