diff options
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 67be4c988ca6..3c8863f26c7e 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -51,6 +51,17 @@ config SENSORS_ADM1031 | |||
51 | This driver can also be built as a module. If so, the module | 51 | This driver can also be built as a module. If so, the module |
52 | will be called adm1031. | 52 | will be called adm1031. |
53 | 53 | ||
54 | config SENSORS_ADM9240 | ||
55 | tristate "Analog Devices ADM9240 and compatibles" | ||
56 | depends on I2C && EXPERIMENTAL | ||
57 | select I2C_SENSOR | ||
58 | help | ||
59 | If you say yes here you get support for Analog Devices ADM9240, | ||
60 | Dallas DS1780, National Semiconductor LM81 sensor chips. | ||
61 | |||
62 | This driver can also be built as a module. If so, the module | ||
63 | will be called adm9240. | ||
64 | |||
54 | config SENSORS_ASB100 | 65 | config SENSORS_ASB100 |
55 | tristate "Asus ASB100 Bach" | 66 | tristate "Asus ASB100 Bach" |
56 | depends on I2C && EXPERIMENTAL | 67 | depends on I2C && EXPERIMENTAL |