Hello Morimoto-san On Mon, 10 May 2010, Kuninori Morimoto wrote: > > diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig > > index 9003ea9..e216132 100644 > > --- a/arch/arm/mach-shmobile/Kconfig > > +++ b/arch/arm/mach-shmobile/Kconfig > > @@ -42,6 +42,7 @@ config MACH_AP4EVB > > bool "AP4EVB board" > > depends on ARCH_SH7372 > > select ARCH_REQUIRE_GPIOLIB > > + select SH_LCD_MIPI_DSI > > Why is this "select" needed here ? > Do you want "force select MIPI DSI" on AP4 ? Not on all AP4 systems, only on ap4evb board, because I thought, that's the display, that it is using. > I asked because AP4 board can select other type LCD. > (not only MIPI DSI) ap4evb can also have other LCDs attached to it? Then this will have to become a "choice" between various display types, where the MIPI DSI one will select SH_LCD_MIPI_DSI. We can either do this now or later when more LCD types are added. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html