config SENSORS_TCS3407
	tristate "AMS TCS3407 MoBeam, RemCon, ALS, Proximity, Color, Flicker sensor"
	depends on I2C && SYSFS
	help
	  If you say yes here you get support for the AMS TCS3407
	  mobeam, ambient light, proximity, color, and flicker sensors.

	  This driver can also be built as a module.  If so, the module
	  will be called TCS3407.

config TCS3407_AMS_DEBUG_LOG
    bool "Enable debug logging"
    depends on SENSORS_TCS3407

config TCS3407_AMS_OPTICAL_SENSOR_ALS
    bool "Enable Ambient Light and Color Sensor Support"
    depends on SENSORS_TCS3407
    default y

config TCS3407_AMS_OPTICAL_SENSOR_FLICKER
    bool "Enable Flicker Sensor Support"
    depends on TCS3407_AMS_OPTICAL_SENSOR_ALS
    default y

config TCS3407_AMS_OPTICAL_SENSOR_PROX
    bool "Enable Proximity Sensor Support"
    depends on SENSORS_TCS3407
    default y
