Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83036
b: refs/heads/master
c: b72540c
h: refs/heads/master
v: v3
  • Loading branch information
eric miao authored and Linus Torvalds committed Feb 5, 2008
1 parent c905771 commit d58c6c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e60fdcf0c2905d7a8fc4cb2b3711ea5c5acaae1
refs/heads/master: b72540c30c9c8c2c3f17cae29962cfb50fbe166a
3 changes: 3 additions & 0 deletions trunk/Documentation/i2c/chips/pca9539
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Kernel driver pca9539
=====================

NOTE: this driver is deprecated and will be dropped soon, use
drivers/gpio/pca9539.c instead.

Supported chips:
* Philips PCA9539
Prefix: 'pca9539'
Expand Down
7 changes: 5 additions & 2 deletions trunk/drivers/i2c/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,18 @@ config PCF8575
hardware. If unsure, say N.

config SENSORS_PCA9539
tristate "Philips PCA9539 16-bit I/O port"
depends on EXPERIMENTAL
tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
depends on EXPERIMENTAL && GPIO_PCA9539 = "n"
help
If you say yes here you get support for the Philips PCA9539
16-bit I/O port.

This driver can also be built as a module. If so, the module
will be called pca9539.

This driver is deprecated and will be dropped soon. Use
drivers/gpio/pca9539.c instead.

config SENSORS_PCF8591
tristate "Philips PCF8591"
depends on EXPERIMENTAL
Expand Down

0 comments on commit d58c6c8

Please sign in to comment.