Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131838
b: refs/heads/master
c: 8ca2f15
h: refs/heads/master
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Linus Torvalds committed Feb 28, 2009
1 parent 9f1f17e commit e0a71e7
Show file tree
Hide file tree
Showing 3 changed files with 8 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: adc487204a9373d2b5a535412466326036147a72
refs/heads/master: 8ca2f156b06bdcbfd1ab543355279246d05e2499
6 changes: 6 additions & 0 deletions trunk/drivers/w1/slaves/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ config W1_SLAVE_SMEM
Say Y here if you want to connect 1-wire
simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.

config W1_SLAVE_DS2431
tristate "1kb EEPROM family support (DS2431)"
help
Say Y here if you want to use a 1-wire
1kb EEPROM family device (DS2431)

config W1_SLAVE_DS2433
tristate "4kb EEPROM family support (DS2433)"
help
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/w1/slaves/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

obj-$(CONFIG_W1_SLAVE_THERM) += w1_therm.o
obj-$(CONFIG_W1_SLAVE_SMEM) += w1_smem.o
obj-$(CONFIG_W1_SLAVE_DS2431) += w1_ds2431.o
obj-$(CONFIG_W1_SLAVE_DS2433) += w1_ds2433.o
obj-$(CONFIG_W1_SLAVE_DS2760) += w1_ds2760.o
obj-$(CONFIG_W1_SLAVE_BQ27000) += w1_bq27000.o

0 comments on commit e0a71e7

Please sign in to comment.