diff options
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index bd7082c2443d..b21593f93586 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -54,8 +54,8 @@ config PCF8575 | |||
54 | hardware. If unsure, say N. | 54 | hardware. If unsure, say N. |
55 | 55 | ||
56 | config SENSORS_PCA9539 | 56 | config SENSORS_PCA9539 |
57 | tristate "Philips PCA9539 16-bit I/O port" | 57 | tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)" |
58 | depends on EXPERIMENTAL | 58 | depends on EXPERIMENTAL && GPIO_PCA9539 = "n" |
59 | help | 59 | help |
60 | If you say yes here you get support for the Philips PCA9539 | 60 | If you say yes here you get support for the Philips PCA9539 |
61 | 16-bit I/O port. | 61 | 16-bit I/O port. |
@@ -63,6 +63,9 @@ config SENSORS_PCA9539 | |||
63 | This driver can also be built as a module. If so, the module | 63 | This driver can also be built as a module. If so, the module |
64 | will be called pca9539. | 64 | will be called pca9539. |
65 | 65 | ||
66 | This driver is deprecated and will be dropped soon. Use | ||
67 | drivers/gpio/pca9539.c instead. | ||
68 | |||
66 | config SENSORS_PCF8591 | 69 | config SENSORS_PCF8591 |
67 | tristate "Philips PCF8591" | 70 | tristate "Philips PCF8591" |
68 | depends on EXPERIMENTAL | 71 | depends on EXPERIMENTAL |