Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217529
b: refs/heads/master
c: 92b1f84
h: refs/heads/master
i:
  217527: a66a44a
v: v3
  • Loading branch information
Samu Onkalo authored and Linus Torvalds committed Oct 26, 2010
1 parent b4c6eb0 commit 765d551
Show file tree
Hide file tree
Showing 5 changed files with 1,387 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 190420ab34ab4c077c641893ac19f364cf3606e4
refs/heads/master: 92b1f84d46b24675493d95a239eea2b07e5f13f8
11 changes: 11 additions & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,17 @@ config SENSORS_BH1770
To compile this driver as a module, choose M here: the
module will be called bh1770glc. If unsure, say N here.

config SENSORS_APDS990X
tristate "APDS990X combined als and proximity sensors"
depends on I2C
default n
---help---
Say Y here if you want to build a driver for Avago APDS990x
combined ambient light and proximity sensor chip.

To compile this driver as a module, choose M here: the
module will be called apds990x. If unsure, say N here.

config HMC6352
tristate "Honeywell HMC6352 compass"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
obj-$(CONFIG_PHANTOM) += phantom.o
obj-$(CONFIG_SENSORS_BH1780) += bh1780gli.o
obj-$(CONFIG_SENSORS_BH1770) += bh1770glc.o
obj-$(CONFIG_SENSORS_APDS990X) += apds990x.o
obj-$(CONFIG_SGI_IOC4) += ioc4.o
obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o
obj-$(CONFIG_KGDB_TESTS) += kgdbts.o
Expand Down
Loading

0 comments on commit 765d551

Please sign in to comment.