* [PATCH] w1: add missing Kconfig/Makefile entries for DS2431 slave driver
@ 2009-02-19 1:47 Herton Ronaldo Krzesinski
2009-02-19 7:52 ` Evgeniy Polyakov
0 siblings, 1 reply; 2+ messages in thread
From: Herton Ronaldo Krzesinski @ 2009-02-19 1:47 UTC (permalink / raw)
To: Evgeniy Polyakov; +Cc: linux-kernel
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
---
drivers/w1/slaves/Kconfig | 6 ++++++
drivers/w1/slaves/Makefile | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig
index 8d0b1fb..1f51366 100644
--- a/drivers/w1/slaves/Kconfig
+++ b/drivers/w1/slaves/Kconfig
@@ -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
diff --git a/drivers/w1/slaves/Makefile b/drivers/w1/slaves/Makefile
index 990f400..f1f51f1 100644
--- a/drivers/w1/slaves/Makefile
+++ b/drivers/w1/slaves/Makefile
@@ -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
--
1.6.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] w1: add missing Kconfig/Makefile entries for DS2431 slave driver
2009-02-19 1:47 [PATCH] w1: add missing Kconfig/Makefile entries for DS2431 slave driver Herton Ronaldo Krzesinski
@ 2009-02-19 7:52 ` Evgeniy Polyakov
0 siblings, 0 replies; 2+ messages in thread
From: Evgeniy Polyakov @ 2009-02-19 7:52 UTC (permalink / raw)
To: Herton Ronaldo Krzesinski; +Cc: linux-kernel, Andrew Morton
Hi.
On Wed, Feb 18, 2009 at 10:47:12PM -0300, Herton Ronaldo Krzesinski (herton@mandriva.com.br) wrote:
> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Thank you.
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
> ---
> drivers/w1/slaves/Kconfig | 6 ++++++
> drivers/w1/slaves/Makefile | 1 +
> 2 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig
> index 8d0b1fb..1f51366 100644
> --- a/drivers/w1/slaves/Kconfig
> +++ b/drivers/w1/slaves/Kconfig
> @@ -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
> diff --git a/drivers/w1/slaves/Makefile b/drivers/w1/slaves/Makefile
> index 990f400..f1f51f1 100644
> --- a/drivers/w1/slaves/Makefile
> +++ b/drivers/w1/slaves/Makefile
> @@ -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
> --
> 1.6.1.3
--
Evgeniy Polyakov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-19 7:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 1:47 [PATCH] w1: add missing Kconfig/Makefile entries for DS2431 slave driver Herton Ronaldo Krzesinski
2009-02-19 7:52 ` Evgeniy Polyakov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox