[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5241E26B.3080901@infradead.org>
Date: Tue, 24 Sep 2013 12:05:15 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Anatolij Gustschin <agust@...x.de>,
Linux Fbdev development list <linux-fbdev@...r.kernel.org>
Subject: Re: linux-next: Tree for Sep 24 (video/mb862xx)
On 09/23/13 21:43, Stephen Rothwell wrote:
> Hi all,
>
>
> Changes since 20130923:
>
on i386:
when CONFIG_I2C=m and
CONFIG_FB_MB862XX=y
CONFIG_FB_MB862XX_PCI_GDC=y
CONFIG_FB_MB862XX_I2C=y
drivers/built-in.o: In function `mb862xx_i2c_init':
(.text+0x68a1c): undefined reference to `i2c_add_adapter'
drivers/built-in.o: In function `mb862xx_i2c_exit':
(.text+0x68a6e): undefined reference to `i2c_del_adapter'
Caused by this kconfig bool:
config FB_MB862XX_I2C
bool "Support I2C bus on MB862XX GDC"
depends on FB_MB862XX && I2C
default y
which == 'y' even when CONFIG_I2C = m.
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists