Skip to content

Commit

Permalink
drivers: Add capella cm3628 light sensor driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Jan 28, 2012
1 parent 358be55 commit e441c11
Show file tree
Hide file tree
Showing 6 changed files with 2,931 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/input/misc/Kconfig
Expand Up @@ -546,4 +546,10 @@ config BOSCH_BMA150
If you say yes here you get support for Bosch Sensortec's
acceleration sensors SMB380/BMA150.

config INPUT_CAPELLA_CM3628
tristate "CM3628 proximity and light sensor"
help
Say Y here to enable the CM3628 Short Distance Proximity
Sensor with Ambient Light Sensor.

endif
1 change: 1 addition & 0 deletions drivers/input/misc/Makefile
Expand Up @@ -51,4 +51,5 @@ obj-$(CONFIG_INPUT_YEALINK) += yealink.o
obj-$(CONFIG_PMIC8058_OTHC) += pmic8058-othc.o
obj-$(CONFIG_INPUT_PMIC8058_VIBRA_MEMLESS) += pmic8058-vib-memless.o
obj-$(CONFIG_BOSCH_BMA150) += bma150.o
obj-$(CONFIG_INPUT_CAPELLA_CM3628) += cm3628.o

0 comments on commit e441c11

Please sign in to comment.