diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-15 15:03:01 -0600 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-06-09 12:51:12 +0000 |
commit | 5fc05780b84d5227e6c15986f1bde488e52752bd (patch) | |
tree | 51b2a6d7b69026ed7c4111cd997ed03ec1989474 /drivers | |
parent | f5c3ac242d05c07f646824aba25a541af7464c82 (diff) | |
download | linux-5fc05780b84d5227e6c15986f1bde488e52752bd.tar.gz linux-5fc05780b84d5227e6c15986f1bde488e52752bd.tar.bz2 linux-5fc05780b84d5227e6c15986f1bde488e52752bd.zip |
drivers/tosa: driver needs I2C and SPI to compile
This driver requires both SPI and I2C to build.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/backlight/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index af16884491ed..d7487d23f58b 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -88,7 +88,7 @@ config LCD_PLATFORM config LCD_TOSA tristate "Sharp SL-6000 LCD Driver" - depends on SPI && MACH_TOSA + depends on I2C && SPI && MACH_TOSA help If you have an Sharp SL-6000 Zaurus say Y to enable a driver for its LCD. |