Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
if MMP_DISP
|
|
|
|
config MMP_DISP_CONTROLLER
|
|
bool "mmp display controller hw support"
|
|
depends on CPU_PXA910 || CPU_MMP2
|
|
help
|
|
Marvell MMP display hw controller support
|
|
this controller is used on Marvell PXA910 and
|
|
MMP2 chips
|
|
|
|
config MMP_DISP_SPI
|
|
bool "mmp display controller spi port"
|
|
depends on MMP_DISP_CONTROLLER && SPI_MASTER
|
|
default y
|
|
help
|
|
Marvell MMP display hw controller spi port support
|
|
will register as a spi master for panel usage
|
|
|
|
endif
|