linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] omap: dss2: Add SPI dependency to Kconfig of ACX565AKM panel
@ 2010-08-11 12:23 Jarkko Nikula
  2010-08-17 10:45 ` Tomi Valkeinen
  0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Nikula @ 2010-08-11 12:23 UTC (permalink / raw)
  To: linux-omap; +Cc: Jarkko Nikula, Roger Quadros, Tomi Valkeinen

This panel driver is using SPI for its communication so add CONFIG_SPI
dependency.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Cc: Roger Quadros <roger.quadros@nokia.com>
Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com>
---
I'm not sure would the select SPI be better but I'm following the same style
than TPO_TD043MTEA1.
---
 drivers/video/omap2/displays/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig
index 881c9f7..12327bb 100644
--- a/drivers/video/omap2/displays/Kconfig
+++ b/drivers/video/omap2/displays/Kconfig
@@ -40,7 +40,7 @@ config PANEL_TPO_TD043MTEA1
 
 config PANEL_ACX565AKM
 	tristate "ACX565AKM Panel"
-	depends on OMAP2_DSS_SDI
+	depends on OMAP2_DSS_SDI && SPI
 	select BACKLIGHT_CLASS_DEVICE
 	help
 	  This is the LCD panel used on Nokia N900
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] omap: dss2: Add SPI dependency to Kconfig of ACX565AKM panel
  2010-08-11 12:23 [PATCH] omap: dss2: Add SPI dependency to Kconfig of ACX565AKM panel Jarkko Nikula
@ 2010-08-17 10:45 ` Tomi Valkeinen
  0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2010-08-17 10:45 UTC (permalink / raw)
  To: ext Jarkko Nikula
  Cc: linux-omap@vger.kernel.org, Quadros Roger (Nokia-MS/Helsinki)

On Wed, 2010-08-11 at 14:23 +0200, ext Jarkko Nikula wrote:
> This panel driver is using SPI for its communication so add CONFIG_SPI
> dependency.

Thanks, applied.

 Tomi



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-17 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 12:23 [PATCH] omap: dss2: Add SPI dependency to Kconfig of ACX565AKM panel Jarkko Nikula
2010-08-17 10:45 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).