linux/drivers/i2c/chips
Adrian Bunk 80efa8c720 [PATCH] I2C: SENSORS_ATXP1 must select I2C_SENSOR
On Thu, Jun 30, 2005 at 11:47:09PM +0200, Sebastian Pigulak wrote:
> I've tried patching linux-2.6.13-RC1 with patch-2.6.13-rc1-git2 and
> building atxp1(it allows Vcore voltage changing) into the kernel.
> Unfortunately, the kernel compilation stops with:
>
> LD      init/built-in.o
> LD      vmlinux
> drivers/built-in.o(.text+0x92298): In function `atxp1_detect':
> : undefined reference to `i2c_which_vrm'
> drivers/built-in.o(.text+0x921ae): In function `atxp1_attach_adapter':
> : undefined reference to `i2c_detect'
> make: *** [vmlinux] B??d 1
> ==> ERROR: Build Failed.  Aborting...
>
> Could someone have a look at the module and possibly fix it up?

SENSORS_ATXP1 must select I2C_SENSOR.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-07-11 14:10:37 -07:00
..
adm1021.c [PATCH] I2C: driver adm1021: remove die_code 2005-06-21 21:51:58 -07:00
adm1025.c [PATCH] I2C: sysfs names: rename to cpu0_vid, take 3 2005-06-21 21:51:56 -07:00
adm1026.c [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h 2005-06-21 21:52:05 -07:00
adm1031.c [PATCH] Spelling fixes for drivers/i2c. 2005-06-21 21:51:55 -07:00
adm9240.c [PATCH] I2C: fix up some sysfs device attribute file parameters 2005-06-21 21:51:59 -07:00
asb100.c [PATCH] I2C: Kill common macro abuse in chip drivers 2005-06-21 21:51:57 -07:00
atxp1.c [PATCH] Don't fill up log with atxp1 vcore messages change message 2005-06-29 09:08:00 -07:00
ds1337.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
ds1374.c [PATCH] I2C: fix ds1374 build 2005-06-21 21:55:00 -07:00
ds1621.c [PATCH] Spelling fixes for drivers/i2c. 2005-06-21 21:51:55 -07:00
eeprom.c [PATCH] I2C: drop bogus eeprom comment 2005-07-11 14:10:36 -07:00
fscher.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
fscpos.c [PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks 2005-06-20 15:15:33 -07:00
gl518sm.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
gl520sm.c [PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks 2005-06-20 15:15:33 -07:00
isp1301_omap.c [PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers 2005-06-21 21:51:48 -07:00
it87.c [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h 2005-06-21 21:52:05 -07:00
Kconfig [PATCH] I2C: SENSORS_ATXP1 must select I2C_SENSOR 2005-07-11 14:10:37 -07:00
lm63.c [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h 2005-06-21 21:52:05 -07:00
lm75.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
lm75.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lm77.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
lm78.c [PATCH] Spelling fixes for drivers/i2c. 2005-06-21 21:51:55 -07:00
lm80.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
lm83.c [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h 2005-06-21 21:52:05 -07:00
lm85.c [PATCH] I2C: Kill common macro abuse in chip drivers 2005-06-21 21:51:57 -07:00
lm87.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
lm90.c [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h 2005-06-21 21:52:05 -07:00
lm92.c [PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619.c: update device attribute callbacks 2005-06-20 15:15:33 -07:00
m41t00.c [PATCH] I2C: m41t00: fix incorrect kfree 2005-07-11 14:10:36 -07:00
Makefile [PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (1/2) 2005-06-21 21:52:06 -07:00
max1619.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
max6875.c [PATCH] I2C: New max6875 driver may corrupt EEPROMs 2005-07-11 14:10:36 -07:00
pc87360.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
pca9539.c [PATCH] I2C: add new pca9539 driver 2005-06-21 21:52:05 -07:00
pcf8574.c [PATCH] I2C: pcf8574 driver cleanup 2005-06-21 21:52:03 -07:00
pcf8591.c [PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks 2005-06-20 15:15:33 -07:00
rtc8564.c [PATCH] I2C: rtc8564.c remove duplicate include 2005-06-21 21:51:49 -07:00
rtc8564.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sis5595.c [PATCH] I2C: include of jiffies.h for some i2c drivers 2005-06-21 21:51:57 -07:00
smsc47b397.c [PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks 2005-06-20 15:15:33 -07:00
smsc47m1.c [PATCH] I2C: Add support for the LPC47M15x and LPC47M192 chips to smsc47m1 2005-06-21 21:51:54 -07:00
tps65010.c [PATCH] I2C: minor TPS6501x cleanups 2005-07-11 14:10:36 -07:00
via686a.c [PATCH] I2C: Coding style cleanups to via686a 2005-07-11 14:10:36 -07:00
w83l785ts.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
w83627ehf.c [PATCH] I2C: fix up some sysfs device attribute file parameters 2005-06-21 21:51:59 -07:00
w83627hf.c [PATCH] I2C: Setting w83627hf fan divisor 128 fails. 2005-06-21 21:51:56 -07:00
w83781d.c [PATCH] I2C: w83781d: remove non-i2c sensor chips 2005-06-21 21:52:07 -07:00