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>
This commit is contained in:
parent
f5c3ac242d
commit
5fc05780b8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ config LCD_PLATFORM
|
||||||
|
|
||||||
config LCD_TOSA
|
config LCD_TOSA
|
||||||
tristate "Sharp SL-6000 LCD Driver"
|
tristate "Sharp SL-6000 LCD Driver"
|
||||||
depends on SPI && MACH_TOSA
|
depends on I2C && SPI && MACH_TOSA
|
||||||
help
|
help
|
||||||
If you have an Sharp SL-6000 Zaurus say Y to enable a driver
|
If you have an Sharp SL-6000 Zaurus say Y to enable a driver
|
||||||
for its LCD.
|
for its LCD.
|
||||||
|
|
Loading…
Reference in a new issue