diff options
| author | Michael Hennerich <michael.hennerich@analog.com> | 2010-10-26 17:22:36 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 19:52:14 -0400 |
| commit | a4bd394956f20d0bfc0ca6ecfac2af4150da274a (patch) | |
| tree | 5513a0ad4c7cedeb98fc0c521ff13d39752e729d /drivers/misc/Kconfig | |
| parent | 5f400cf40fc703673aa791966ffb1c628c1ff45a (diff) | |
drivers/misc/ad525x_dpot.c: new features
Add support for AD5270, AD5271, AD5272, AD5274 digital potentiometers.
Add 20-TP feature for AD5291 and AD5292 parts, and update feature list.
AD5291 rdac read back must be shifted by two.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Chris Verges <chrisv@cyberswitching.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1f69743b12ec..3d57adfc8703 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
| @@ -24,7 +24,8 @@ config AD525X_DPOT | |||
| 24 | AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293, | 24 | AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293, |
| 25 | AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, | 25 | AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, |
| 26 | AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, | 26 | AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, |
| 27 | ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173 | 27 | ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270, |
| 28 | AD5271, AD5272, AD5274 | ||
| 28 | digital potentiometer chips. | 29 | digital potentiometer chips. |
| 29 | 30 | ||
| 30 | See Documentation/misc-devices/ad525x_dpot.txt for the | 31 | See Documentation/misc-devices/ad525x_dpot.txt for the |
