28 lines
622 B
Plaintext
28 lines
622 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# gsensor drivers configuration
|
||
|
#
|
||
|
|
||
|
menuconfig ANGLE_DEVICE
|
||
|
tristate "angle device support"
|
||
|
help
|
||
|
Enable this to be able to choose the drivers for controlling the
|
||
|
g_sensor on some platforms, for example on PDAs.
|
||
|
|
||
|
if ANGLE_DEVICE
|
||
|
|
||
|
config ANGLE_KXTIK
|
||
|
tristate "angle kxtik"
|
||
|
help
|
||
|
To have support for your specific gsesnor you will have to
|
||
|
select the proper drivers which depend on this option.
|
||
|
|
||
|
config ANGLE_LIS3DH
|
||
|
tristate "angle lis3dh"
|
||
|
help
|
||
|
To have support for your specific gsesnor you will have to
|
||
|
select the proper drivers which depend on this option.
|
||
|
|
||
|
endif
|
||
|
|