diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2008-10-22 20:21:33 +0200 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2008-10-22 20:21:33 +0200 |
commit | 02cf617282c6917484410f86ded3f2d99a05f098 (patch) | |
tree | b01bbd710a451802185158b3503795cbade599f7 /drivers/i2c | |
parent | c7a5f22d1f15a03d0bfed5b1795e3172b6309d86 (diff) | |
download | op-kernel-dev-02cf617282c6917484410f86ded3f2d99a05f098.zip op-kernel-dev-02cf617282c6917484410f86ded3f2d99a05f098.tar.gz |
i2c: Inform about deprecated chips directory
The chips directory under drivers/i2c is deprecated. Spread the word!
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 2 | ||||
-rw-r--r-- | drivers/i2c/chips/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 1735682..4c35702 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 ca520fa..23d2a31 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 |