6e860a1aed
References to the Kconfig symbol CPU_MMP3 were added to the tree since v3.6. 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>
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
menuconfig MMP_DISP
|
|
tristate "Marvell MMP Display Subsystem support"
|
|
depends on CPU_PXA910 || CPU_MMP2 || CPU_PXA988
|
|
help
|
|
Marvell Display Subsystem support.
|
|
|
|
if MMP_DISP
|
|
source "drivers/video/fbdev/mmp/hw/Kconfig"
|
|
source "drivers/video/fbdev/mmp/panel/Kconfig"
|
|
source "drivers/video/fbdev/mmp/fb/Kconfig"
|
|
endif
|