From cd2fc87bd63015f25d4ff31f0139954d536d1353 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Wed, 22 Oct 2008 20:21:33 +0200 Subject: [PATCH] --- yaml --- r: 117187 b: refs/heads/master c: 02cf617282c6917484410f86ded3f2d99a05f098 h: refs/heads/master i: 117185: 8d93f7bf0a483121acd16a54a18a885744566600 117183: 70be868738adfc434e4f5edd92fc221147019ae9 v: v3 --- [refs] | 2 +- trunk/drivers/i2c/chips/Kconfig | 2 ++ trunk/drivers/i2c/chips/Makefile | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3957c444171d..9452d3677ed0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c7a5f22d1f15a03d0bfed5b1795e3172b6309d86 +refs/heads/master: 02cf617282c6917484410f86ded3f2d99a05f098 diff --git a/trunk/drivers/i2c/chips/Kconfig b/trunk/drivers/i2c/chips/Kconfig index 17356827b93d..4c35702830ce 100644 --- a/trunk/drivers/i2c/chips/Kconfig +++ b/trunk/drivers/i2c/chips/Kconfig @@ -1,6 +1,8 @@ # # Miscellaneous I2C chip drivers configuration # +# *** DEPRECATED! Do not add new entries! See Makefile *** +# menu "Miscellaneous I2C Chip support" diff --git a/trunk/drivers/i2c/chips/Makefile b/trunk/drivers/i2c/chips/Makefile index ca520fa143d6..23d2a31b0a64 100644 --- a/trunk/drivers/i2c/chips/Makefile +++ b/trunk/drivers/i2c/chips/Makefile @@ -1,7 +1,8 @@ # # Makefile for miscellaneous I2C chip drivers. # -# Think twice before you add a new driver to this directory. +# Do not add new drivers to this directory! It is DEPRECATED. +# # Device drivers are better grouped according to the functionality they # implement rather than to the bus they are connected to. In particular: # * Hardware monitoring chip drivers go to drivers/hwmon