Hi Ryan,
On Fri, 27 Jun 2008 09:12:54 +1200, Ryan Mallon wrote:
I don't think so. Look at what the input subsystem does (from
drivers/Makefile):
obj-$(CONFIG_SERIO) += input/serio/
obj-$(CONFIG_GAMEPORT) += input/gameport/
obj-$(CONFIG_INPUT) += input/
And there are similar examples with video (video/i810/ and
video/intelfb/ are early in the list). We could do the same with i2c:
obj-$(CONFIG_I2C) += i2c/early/
(... lots of things ...)
obj-$(CONFIG_I2C) += i2c/
Of course this implies minor edits to drivers/i2c/Makefile. I don't
know if we want to do that, but from a technical point of view it seems
doable.
OK, I've moved these to a section titled "Embebbed system I2C host
controller drivers", thanks.
OK, I did this too. In theory, i2c-gpio could be used on any system,
but in practice you are most certainly right.
--
Jean Delvare
--