mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
w1: add missing Kconfig/Makefile entries for DS2431 slave driver
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
adc487204a
commit
8ca2f156b0
2 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,12 @@ config W1_SLAVE_SMEM
|
||||||
Say Y here if you want to connect 1-wire
|
Say Y here if you want to connect 1-wire
|
||||||
simple 64bit memory rom(ds2401/ds2411/ds1990*) to your 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
|
config W1_SLAVE_DS2433
|
||||||
tristate "4kb EEPROM family support (DS2433)"
|
tristate "4kb EEPROM family support (DS2433)"
|
||||||
help
|
help
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
obj-$(CONFIG_W1_SLAVE_THERM) += w1_therm.o
|
obj-$(CONFIG_W1_SLAVE_THERM) += w1_therm.o
|
||||||
obj-$(CONFIG_W1_SLAVE_SMEM) += w1_smem.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_DS2433) += w1_ds2433.o
|
||||||
obj-$(CONFIG_W1_SLAVE_DS2760) += w1_ds2760.o
|
obj-$(CONFIG_W1_SLAVE_DS2760) += w1_ds2760.o
|
||||||
obj-$(CONFIG_W1_SLAVE_BQ27000) += w1_bq27000.o
|
obj-$(CONFIG_W1_SLAVE_BQ27000) += w1_bq27000.o
|
||||||
|
|
Loading…
Reference in a new issue