Files
linux/drivers/input/gsensor/Kconfig
Tao Huang f9eefeeaa7 rk: add SPDX license identifier to files with no license
Change-Id: I754250669891307b0deab2bdab1bd01512713f79
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-01-31 20:56:06 +08:00

44 lines
1.1 KiB
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# gsensor drivers configuration
#
menuconfig G_SENSOR_DEVICE
bool "g_sensor 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 G_SENSOR_DEVICE
config GS_MMA7660
bool "gs_mma7660"
help
To have support for your specific gsesnor you will have to
select the proper drivers which depend on this option.
config GS_MMA8452
bool "gs_mma8452"
help
To have support for your specific gsesnor you will have to
select the proper drivers which depend on this option.
config GS_LIS3DH
bool "gs_lis3dh"
help
To have support for your specific gsesnor you will have to
select the proper drivers which depend on this option.
config GS_L3G4200D
bool "gs_l3g4200d"
help
To have support for your specific gsesnor you will have to
select the proper drivers which depend on this option.
config GS_BMA023
bool "gs_bma023"
help
To have support for your specific gsesnor you will have to
select the proper drivers which depend on this option.
endif