[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210915111211.17741-1-ramona.nechita@analog.com>
Date: Wed, 15 Sep 2021 14:12:11 +0300
From: Ramona Alexandra Nechita <ramona.nechita@...log.com>
To: <linux-kernel@...r.kernel.org>
CC: <zbr@...emap.net>,
Ramona Alexandra Nechita <ramona.nechita@...log.com>
Subject: [PATCH] w1: masters: Specified DS2482 variations in Kconfig
DS2482 is available as DS2482-100 and DS2482-800.
THis specification was added to the Kconfig.
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@...log.com>
---
drivers/w1/masters/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index 24b9a8e05f64..fe28975a50b2 100644
--- a/drivers/w1/masters/Kconfig
+++ b/drivers/w1/masters/Kconfig
@@ -26,10 +26,10 @@ config W1_MASTER_DS2490
will be called ds2490.
config W1_MASTER_DS2482
- tristate "Maxim DS2482 I2C to 1-Wire bridge"
+ tristate "Maxim DS2482-100 and DS2482-800 I2C to 1-Wire bridge"
depends on I2C
help
- If you say yes here you get support for the Maxim DS2482
+ If you say yes here you get support for the Maxim DS2482-100 and DS2482-800
I2C to 1-Wire bridge.
This driver can also be built as a module. If so, the module
--
2.25.1
Powered by blists - more mailing lists