hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/w1/slaves/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # 1-wire slaves configuration
34 #
....@@ -73,6 +74,14 @@
7374 organized as 7 pages of 16 bytes each with 64bit
7475 unique number. Requires OverDrive Speed to talk to.
7576
77
+config W1_SLAVE_DS2430
78
+ tristate "256b EEPROM family support (DS2430)"
79
+ help
80
+ Say Y here if you want to use a 1-wire 256bit EEPROM
81
+ family device (DS2430).
82
+ This EEPROM is organized as one page of 32 bytes for random
83
+ access.
84
+
7685 config W1_SLAVE_DS2431
7786 tristate "1kb EEPROM family support (DS2431)"
7887 help
....@@ -100,6 +109,13 @@
100109 Say Y here if you want to use a 1-wire
101110 DS2438 Smart Battery Monitor device support
102111
112
+config W1_SLAVE_DS250X
113
+ tristate "512b/1kb/16kb EPROM family support"
114
+ select CRC16
115
+ help
116
+ Say Y here if you want to use a 1-wire
117
+ 512b/1kb/16kb EPROM family device (DS250x).
118
+
103119 config W1_SLAVE_DS2780
104120 tristate "Dallas 2780 battery monitor chip"
105121 help