]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: ili9320: add missing SPI dependency
authorJingoo Han <jg1.han@samsung.com>
Thu, 25 Oct 2012 20:37:48 +0000 (13:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Oct 2012 21:37:52 +0000 (14:37 -0700)
commitfd34bc5232523df40765f8a63ffcfabd9471673a
tree1a3e289c9a313781e8fbd3e780c1b2e480f25be3
parent53ea10b1e18f7c6504758e4a4b8427bc6c8b2f26
backlight: ili9320: add missing SPI dependency

Add this missing SPI dependency and prevent the driver from building
without SPI, because functions of the spi driver are used in this
driver.

  drivers/video/backlight/ili9320.c:51: undefined reference to `spi_sync'

Also, a prompt string for CONFIG_LCD_ILI9320 is added for explicit
selection.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/Kconfig