#
# Sensors configuration
#

menu "Sensor support"

config SENSOR_SUPPORT
        tristate "Various Sensor Support"
        help
          Say Y here if you have sensors like gsensor mounted on your board.

          If unsure, say N.

          To compile this driver as a module, choose M here: the
          module will be called sensor.

config DEBUG_SENSOR
	bool "Print Debug Information"
	depends on SENSOR_SUPPORT
	help
	  Say Y here if you want to print sensor debug information.

	  If unsure, say N.

config SENSOR_MMA7455L
	tristate "Freescale MMA7455L"
	depends on SENSOR_SUPPORT
	help
	  Say Y here if you have mma7455l mounted on your board.

	  If unsure, say N.

	  To compile this driver as a module, choose M here: the
	  module will be called mma7455l.

endmenu

