Index: i2c/trunk/mkpatch/mkpatch.pl
===================================================================
--- i2c/trunk/mkpatch/mkpatch.pl	(revision 3523)
+++ i2c/trunk/mkpatch/mkpatch.pl	(revision 3527)
@@ -258,4 +258,13 @@
   module will be called i2c-dev.o.
 
+I2C /proc support
+CONFIG_I2C_PROC
+  This provides support for i2c device entries in the /proc filesystem.
+  The entries will be found in /proc/sys/dev/sensors.
+
+  This code is also available as a module. If you want to compile
+  it as a module, say M here and read Documentation/modules.txt. The
+  module will be called i2c-dev.o.
+
 EOF
       $printed = 1;
@@ -506,4 +515,12 @@
   ifeq ($(CONFIG_I2C_CHARDEV),m)
     M_OBJS += i2c-dev.o
+  endif
+endif
+
+ifeq ($(CONFIG_I2C_PROC),y)
+  L_OBJS += i2c-proc.o
+else
+  ifeq ($(CONFIG_I2C_PROC),m)
+    M_OBJS += i2c-proc.o
   endif
 endif
