Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217528
b: refs/heads/master
c: 190420a
h: refs/heads/master
v: v3
  • Loading branch information
Samu Onkalo authored and Linus Torvalds committed Oct 26, 2010
1 parent a66a44a commit b4c6eb0
Show file tree
Hide file tree
Showing 5 changed files with 1,478 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: 4b068de9ab1c404734fde90ce5d3f4f5b4f0b9d5
refs/heads/master: 190420ab34ab4c077c641893ac19f364cf3606e4
10 changes: 10 additions & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,16 @@ config SENSORS_BH1780
This driver can also be built as a module. If so, the module
will be called bh1780gli.

config SENSORS_BH1770
tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
depends on I2C
---help---
Say Y here if you want to build a driver for BH1770GLC (ROHM) or
SFH7770 (Osram) combined ambient light and proximity sensor chip.

To compile this driver as a module, choose M here: the
module will be called bh1770glc. 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 @@ -16,6 +16,7 @@ obj-$(CONFIG_TIFM_CORE) += tifm_core.o
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_SGI_IOC4) += ioc4.o
obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o
obj-$(CONFIG_KGDB_TESTS) += kgdbts.o
Expand Down
Loading

0 comments on commit b4c6eb0

Please sign in to comment.