12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
menuconfig MMP_DISP
|
|
tristate "Marvell MMP Display Subsystem support"
|
|
depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988
|
|
help
|
|
Marvell Display Subsystem support.
|
|
|
|
if MMP_DISP
|
|
source "drivers/video/mmp/hw/Kconfig"
|
|
source "drivers/video/mmp/panel/Kconfig"
|
|
source "drivers/video/mmp/fb/Kconfig"
|
|
endif
|