xref: /OK3568_Linux_fs/kernel/drivers/input/sensors/angle/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2#
3# gsensor drivers configuration
4#
5
6menuconfig ANGLE_DEVICE
7	tristate "angle device support"
8	help
9	  Enable this to be able to choose the drivers for controlling the
10	  g_sensor on some platforms, for example on PDAs.
11
12if ANGLE_DEVICE
13
14config ANGLE_KXTIK
15	tristate "angle kxtik"
16	help
17	  To have support for your specific gsesnor you will have to
18	  select the proper drivers which depend on this option.
19
20config ANGLE_LIS3DH
21	tristate "angle lis3dh"
22	help
23	  To have support for your specific gsesnor you will have to
24	  select the proper drivers which depend on this option.
25
26endif
27
28