[PATCH] w1: masters: Specified DS2482 variations in Kconfig

From: Ramona Alexandra Nechita
Date: Wed Sep 15 2021 - 07:12:36 EST


DS2482 is available as DS2482-100 and DS2482-800.
THis specification was added to the Kconfig.

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@xxxxxxxxxx>
---
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