]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: ili9320: add missing SPI dependency
authorJingoo Han <jg1.han@samsung.com>
Thu, 25 Oct 2012 01:13:54 +0000 (12:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 25 Oct 2012 01:13:54 +0000 (12:13 +1100)
commitc1e384269bc71faae2f797221682c012f7050fc1
treea4791664fe29c428130a4a08374ca41a5b84a472
parentbca37d10f087b552cfbfcb0a055c214967105f19
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>
drivers/video/backlight/Kconfig