mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 15:46:24 +07:00
c150a2803d
References to the Kconfig symbol CPU_PXA988 were added to the tree in v3.9. But that Kconfig symbol has never been part of the tree. So get rid of these references. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
21 lines
471 B
Plaintext
21 lines
471 B
Plaintext
if MMP_DISP
|
|
|
|
config MMP_DISP_CONTROLLER
|
|
bool "mmp display controller hw support"
|
|
depends on CPU_PXA910 || CPU_MMP2
|
|
default n
|
|
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
|