From: David Brownell Date: Wed, 23 May 2007 05:35:18 +0000 (-0700) Subject: lcd_mipid kconfig fixes X-Git-Tag: v2.6.22-omap1~114 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b06feca3c68d943732dc330eafdb1b3112f4628d;p=linux-2.6-omap-h63xx.git lcd_mipid kconfig fixes Fixes some Kconfig glitches with lcd_mipid.c ... I suspect this driver should use SPI_MODE_0 now (but, no specs so I can't know). Signed-off-by: David Brownell --- diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index 78123a25a33..f12193b2ddb 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig @@ -36,8 +36,7 @@ config FB_OMAP_MANUAL_UPDATE config FB_OMAP_LCD_MIPID bool "MIPI DBI-C/DCS compatible LCD support" - select SPI - depends on FB_OMAP + depends on FB_OMAP && SPI_MASTER && CBUS_TAHVO help Say Y here if you want to have support for LCDs compatible with the Mobile Industry Processor Interface DBI-C/DCS