dddc66ffa0
As i2c/chips is deprecated, move ds1682 to a more apropriate location. Build tested. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Jean Delvare <khali@linux-fr.org>
20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
#
|
|
# Miscellaneous I2C chip drivers configuration
|
|
#
|
|
# *** DEPRECATED! Do not add new entries! See Makefile ***
|
|
#
|
|
|
|
menu "Miscellaneous I2C Chip support"
|
|
|
|
config SENSORS_TSL2550
|
|
tristate "Taos TSL2550 ambient light sensor"
|
|
depends on EXPERIMENTAL
|
|
help
|
|
If you say yes here you get support for the Taos TSL2550
|
|
ambient light sensor.
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
will be called tsl2550.
|
|
|
|
endmenu
|