diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-08-11 08:23:02 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-09-29 03:34:46 -0400 |
commit | dd9c8bfbf074c93d45e98bf2a50c1261d0ad1747 (patch) | |
tree | 39bf3cf28886756c69a47758e64546c3c5b84d07 /drivers/video/omap2 | |
parent | 899611ee7d373e5eeda08e9a8632684e1ebbbf00 (diff) |
OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panel
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>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2')
-rw-r--r-- | 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 881c9f77c75a..12327bbfdbbb 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -40,7 +40,7 @@ config PANEL_TPO_TD043MTEA1 | |||
40 | 40 | ||
41 | config PANEL_ACX565AKM | 41 | config PANEL_ACX565AKM |
42 | tristate "ACX565AKM Panel" | 42 | tristate "ACX565AKM Panel" |
43 | depends on OMAP2_DSS_SDI | 43 | depends on OMAP2_DSS_SDI && SPI |
44 | select BACKLIGHT_CLASS_DEVICE | 44 | select BACKLIGHT_CLASS_DEVICE |
45 | help | 45 | help |
46 | This is the LCD panel used on Nokia N900 | 46 | This is the LCD panel used on Nokia N900 |