diff options
author | Sebastian Witt <se.witt@gmx.net> | 2005-04-13 16:27:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 00:51:50 -0400 |
commit | 9cb7d18433ea6db04b3999e8d0b8f52fba551c2d (patch) | |
tree | 0feff7401b43c5b3b2def0ae64db8f6c385a596b /drivers/i2c/chips/Kconfig | |
parent | 3886246a257e828248ce1e72ced00408a3557f0d (diff) |
[PATCH] I2C: add new atxp1 driver
Adds support for the Attansic ATXP1 I2C device, found on some x86
plattforms to change CPU and other voltages. Depends on the previous
i2c-vid.h patch.
Signed-off-by: Sebastian Witt <se.witt@gmx.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 74d23cfce2a3..a408c137f281 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -62,6 +62,19 @@ config SENSORS_ASB100 | |||
62 | This driver can also be built as a module. If so, the module | 62 | This driver can also be built as a module. If so, the module |
63 | will be called asb100. | 63 | will be called asb100. |
64 | 64 | ||
65 | config SENSORS_ATXP1 | ||
66 | tristate "Attansic ATXP1 VID controller" | ||
67 | depends on I2C && EXPERIMENTAL | ||
68 | help | ||
69 | If you say yes here you get support for the Attansic ATXP1 VID | ||
70 | controller. | ||
71 | |||
72 | If your board have such a chip, you are able to control your CPU | ||
73 | core and other voltages. | ||
74 | |||
75 | This driver can also be built as a module. If so, the module | ||
76 | will be called atxp1. | ||
77 | |||
65 | config SENSORS_DS1621 | 78 | config SENSORS_DS1621 |
66 | tristate "Dallas Semiconductor DS1621 and DS1625" | 79 | tristate "Dallas Semiconductor DS1621 and DS1625" |
67 | depends on I2C && EXPERIMENTAL | 80 | depends on I2C && EXPERIMENTAL |