diff options
-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 17356827b93d..4c35702830ce 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Miscellaneous I2C chip drivers configuration | 2 | # Miscellaneous I2C chip drivers configuration |
3 | # | 3 | # |
4 | # *** DEPRECATED! Do not add new entries! See Makefile *** | ||
5 | # | ||
4 | 6 | ||
5 | menu "Miscellaneous I2C Chip support" | 7 | menu "Miscellaneous I2C Chip support" |
6 | 8 | ||
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index ca520fa143d6..23d2a31b0a64 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Makefile for miscellaneous I2C chip drivers. | 2 | # Makefile for miscellaneous I2C chip drivers. |
3 | # | 3 | # |
4 | # Think twice before you add a new driver to this directory. | 4 | # Do not add new drivers to this directory! It is DEPRECATED. |
5 | # | ||
5 | # Device drivers are better grouped according to the functionality they | 6 | # Device drivers are better grouped according to the functionality they |
6 | # implement rather than to the bus they are connected to. In particular: | 7 | # implement rather than to the bus they are connected to. In particular: |
7 | # * Hardware monitoring chip drivers go to drivers/hwmon | 8 | # * Hardware monitoring chip drivers go to drivers/hwmon |