]> Pileus Git - ~andy/linux/commit
ARM: mach-shmobile: ag5evm needs CONFIG_I2C
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 30 Aug 2011 16:19:13 +0000 (16:19 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 4 Nov 2011 16:21:47 +0000 (01:21 +0900)
commit99f8bd8556ad829e042e66c1b25a35f1bcc38981
treee678eee05f6091e3cfa19c5cae71eceed10c2526
parent566aad39df77211467078e0b3dcd62100f56b5e4
ARM: mach-shmobile: ag5evm needs CONFIG_I2C

ag5evm implements a backlight control, using an I2C controller, therefore
it needs CONFIG_I2C to fix this make failure

arch/arm/mach-shmobile/built-in.o: In function `lcd_on':
pfc-sh73a0.c:(.text+0x2334): undefined reference to `i2c_get_adapter'
pfc-sh73a0.c:(.text+0x2370): undefined reference to `i2c_transfer'

(ignore pfc-sh73a0.c) and to build successfully.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/Kconfig