Bug 11140
Summary: | cannot select i2c-algo-pcf | ||
---|---|---|---|
Product: | Drivers | Reporter: | Daniel Smolik (marvin) |
Component: | I2C | Assignee: | Jean Delvare (jdelvare) |
Status: | CLOSED CODE_FIX | ||
Severity: | low | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.26 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | i2c: Let users select algorithm drivers manually again |
Description
Daniel Smolik
2008-07-21 15:58:41 UTC
This commit is responsible for this: Jean Delvare (2): i2c: Remove the algorithm drivers from the config menu i2c-dev: Split i2cdev_ioctl Why remove algorithm drivers ? I2C algorithm drivers were not removed. They simply are no longer visible in the configuration menu. The reason for that is that i2c bus drivers which need these i2c algorithm drivers are supposed to select them automatically, so the user doesn't have to care. The only driver which needs i2c-algo-pcf in the 2.6.26 kernel tree is i2c-elektor, and it properly selects I2C_ALGOPCF. What do you need i2c-algo-pcf for? If this is for an external driver, then maybe it's time for you to push it upstream. Or, if that external driver is maintained as a kernel patch, you simply need to fix your Kconfig to select I2C_ALGOPCF. Created attachment 17142 [details]
i2c: Let users select algorithm drivers manually again
Would this patch address your concerns?
bugme-daemon@bugzilla.kernel.org napsal(a): > http://bugzilla.kernel.org/show_bug.cgi?id=11140 > > > khali@linux-fr.org changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Severity|normal |low > Status|NEW |ASSIGNED > > > > > ------- Comment #2 from khali@linux-fr.org 2008-08-07 02:25 ------- > I2C algorithm drivers were not removed. They simply are no longer visible in > the configuration menu. The reason for that is that i2c bus drivers which > need > these i2c algorithm drivers are supposed to select them automatically, so the > user doesn't have to care. > > The only driver which needs i2c-algo-pcf in the 2.6.26 kernel tree is > i2c-elektor, and it properly selects I2C_ALGOPCF. What do you need > i2c-algo-pcf > for? If this is for an external driver, then maybe it's time for you to push > it > upstream. Or, if that external driver is maintained as a kernel patch, you > simply need to fix your Kconfig to select I2C_ALGOPCF. > > I use it for this diver: http://www.david-web.co.uk/index.php?p=envctrl I have both E450 and E250 and try helping with development. Dan I use it for this diver: http://www.david-web.co.uk/index.php?p=envctrl I have both E450 and E250 and try helping with development. Thanks this helps. Dan |