]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/nslu2-kernel/2.6/x1205-rtc.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / nslu2-kernel / 2.6 / x1205-rtc.patch
1 --- linux-2.6.11/.pc/2.6.patch/drivers/i2c/chips/Kconfig        2005-06-17 17:51:28.635578329 -0700
2 +++ linux-2.6.11/drivers/i2c/chips/Kconfig      2005-06-17 17:51:32.565982545 -0700
3 @@ -430,6 +430,15 @@
4           
5           This driver can also be built as a module.  If so, the module
6           will be called isp1301_omap.
7 +config SENSORS_X1205
8 +       tristate "Xicor X1205 RTC chip"
9 +       depends on I2C && EXPERIMENTAL
10 +       select I2C_SENSOR
11 +       help
12 +         If you say yes here you get support for the Xicor x1205 RTC chip.
13
14 +         This driver can also be built as a module.  If so, the module
15 +         will be called x1205-rtc
16  
17  config SENSORS_M41T00
18         tristate "ST M41T00 RTC chip"
19 --- linux-2.6.11/.pc/2.6.patch/drivers/i2c/chips/Makefile       2005-06-17 17:51:28.636578177 -0700
20 +++ linux-2.6.11/drivers/i2c/chips/Makefile     2005-06-17 17:51:32.566982394 -0700
21 @@ -41,6 +41,7 @@
22  obj-$(CONFIG_SENSORS_VIA686A)  += via686a.o
23  obj-$(CONFIG_SENSORS_W83L785TS)        += w83l785ts.o
24  obj-$(CONFIG_ISP1301_OMAP)     += isp1301_omap.o
25 +obj-$(CONFIG_SENSORS_X1205)     += x1205-rtc.o
26  
27  ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
28  EXTRA_CFLAGS += -DDEBUG
29 --- linux-2.6.11/.pc/2.6.patch/include/linux/i2c-id.h   2005-06-17 17:51:31.358165630 -0700
30 +++ linux-2.6.11/include/linux/i2c-id.h 2005-06-17 17:51:32.569981939 -0700
31 @@ -108,6 +108,7 @@
32  #define I2C_DRIVERID_TDA7313   62      /* TDA7313 audio processor      */
33  #define I2C_DRIVERID_MAX6900   63      /* MAX6900 real-time clock      */
34  #define I2C_DRIVERID_SAA7114H  64      /* video decoder                */
35 +#define I2C_DRIVERID_X1205     0xF0
36  
37  
38  #define I2C_DRIVERID_EXP0      0xF0    /* experimental use id's        */