From: Wolfram Sang Date: Wed, 22 Oct 2008 18:21:33 +0000 (+0200) Subject: i2c: Inform about deprecated chips directory X-Git-Tag: v2.6.28-rc1~32^2~1 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=02cf617282c6917484410f86ded3f2d99a05f098;p=net-next-2.6.git i2c: Inform about deprecated chips directory The chips directory under drivers/i2c is deprecated. Spread the word! Signed-off-by: Wolfram Sang Signed-off-by: Jean Delvare --- diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 17356827b93..4c35702830c 100644 --- a/drivers/i2c/chips/Kconfig +++ b/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/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index ca520fa143d..23d2a31b0a6 100644 --- a/drivers/i2c/chips/Makefile +++ b/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