# SPDX-License-Identifier: GPL-2.0
#
# gsensor drivers configuration
#

menuconfig GSENSOR_DEVICE
	tristate "g_sensor device support"
	default y
	help
	  Enable this to be able to choose the drivers for controlling the
	  g_sensor on some platforms, for example on PDAs.

if GSENSOR_DEVICE
config GS_KXTJ3
	bool "gsensor kxtj3"
	default y
	help
	  To have support for your specific gsesnor you will have to
	  select the proper drivers which depend on this option.

endif
