From: Arnd Bergmann Date: Tue, 15 May 2012 21:03:01 +0000 (-0600) Subject: drivers/tosa: driver needs I2C and SPI to compile X-Git-Tag: v3.5-rc3~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc05780b84d5227e6c15986f1bde488e52752bd;p=thirdparty%2Fkernel%2Flinux.git drivers/tosa: driver needs I2C and SPI to compile This driver requires both SPI and I2C to build. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Signed-off-by: Florian Tobias Schandinat --- diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index af16884491edf..d7487d23f58b8 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.