diff options
Diffstat (limited to 'drivers/i2c/chips')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 2da2edfa68e..6326468d5f0 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -26,8 +26,8 @@ config SENSORS_EEPROM | |||
26 | will be called eeprom. | 26 | will be called eeprom. |
27 | 27 | ||
28 | config SENSORS_PCF8574 | 28 | config SENSORS_PCF8574 |
29 | tristate "Philips PCF8574 and PCF8574A" | 29 | tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" |
30 | depends on EXPERIMENTAL | 30 | depends on EXPERIMENTAL && GPIO_PCF857X = "n" |
31 | default n | 31 | default n |
32 | help | 32 | help |
33 | If you say yes here you get support for Philips PCF8574 and | 33 | If you say yes here you get support for Philips PCF8574 and |
@@ -36,12 +36,16 @@ config SENSORS_PCF8574 | |||
36 | This driver can also be built as a module. If so, the module | 36 | This driver can also be built as a module. If so, the module |
37 | will be called pcf8574. | 37 | will be called pcf8574. |
38 | 38 | ||
39 | This driver is deprecated and will be dropped soon. Use | ||
40 | drivers/gpio/pcf857x.c instead. | ||
41 | |||
39 | These devices are hard to detect and rarely found on mainstream | 42 | These devices are hard to detect and rarely found on mainstream |
40 | hardware. If unsure, say N. | 43 | hardware. If unsure, say N. |
41 | 44 | ||
42 | config PCF8575 | 45 | config PCF8575 |
43 | tristate "Philips PCF8575" | 46 | tristate "Philips PCF8575 (DEPRECATED)" |
44 | default n | 47 | default n |
48 | depends on GPIO_PCF857X = "n" | ||
45 | help | 49 | help |
46 | If you say yes here you get support for Philips PCF8575 chip. | 50 | If you say yes here you get support for Philips PCF8575 chip. |
47 | This chip is a 16-bit I/O expander for the I2C bus. Several other | 51 | This chip is a 16-bit I/O expander for the I2C bus. Several other |
@@ -50,12 +54,15 @@ config PCF8575 | |||
50 | This driver can also be built as a module. If so, the module | 54 | This driver can also be built as a module. If so, the module |
51 | will be called pcf8575. | 55 | will be called pcf8575. |
52 | 56 | ||
57 | This driver is deprecated and will be dropped soon. Use | ||
58 | drivers/gpio/pcf857x.c instead. | ||
59 | |||
53 | This device is hard to detect and is rarely found on mainstream | 60 | This device is hard to detect and is rarely found on mainstream |
54 | hardware. If unsure, say N. | 61 | hardware. If unsure, say N. |
55 | 62 | ||
56 | config SENSORS_PCA9539 | 63 | config SENSORS_PCA9539 |
57 | tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)" | 64 | tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)" |
58 | depends on EXPERIMENTAL && GPIO_PCA9539 = "n" | 65 | depends on EXPERIMENTAL && GPIO_PCA953X = "n" |
59 | help | 66 | help |
60 | If you say yes here you get support for the Philips PCA9539 | 67 | If you say yes here you get support for the Philips PCA9539 |
61 | 16-bit I/O port. | 68 | 16-bit I/O port. |
@@ -64,7 +71,7 @@ config SENSORS_PCA9539 | |||
64 | will be called pca9539. | 71 | will be called pca9539. |
65 | 72 | ||
66 | This driver is deprecated and will be dropped soon. Use | 73 | This driver is deprecated and will be dropped soon. Use |
67 | drivers/gpio/pca9539.c instead. | 74 | drivers/gpio/pca953x.c instead. |
68 | 75 | ||
69 | config SENSORS_PCF8591 | 76 | config SENSORS_PCF8591 |
70 | tristate "Philips PCF8591" | 77 | tristate "Philips PCF8591" |