17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
|
#
|
||
|
# I2C gsensor chip drivers configuration
|
||
|
#
|
||
|
|
||
|
config SENSORS_DA380
|
||
|
tristate "DA380 acceleration sensor support"
|
||
|
depends on I2C
|
||
|
select INPUT_POLLDEV
|
||
|
default m
|
||
|
help
|
||
|
If you say yes here you get support for Bosch Sensortec's
|
||
|
acceleration sensors DA380.
|
||
|
config DA280
|
||
|
bool "DA280"
|
||
|
depends on SENSORS_DA380
|
||
|
default n
|