mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00: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>
11 lines
324 B
Text
11 lines
324 B
Text
menuconfig MMP_DISP
|
|
tristate "Marvell MMP Display Subsystem support"
|
|
depends on CPU_PXA910 || CPU_MMP2
|
|
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
|