summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/slaves/Kconfig')
-rw-r--r--drivers/w1/slaves/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig
index 26150a22c7..946a0b3bbe 100644
--- a/drivers/w1/slaves/Kconfig
+++ b/drivers/w1/slaves/Kconfig
@@ -14,4 +14,14 @@ config W1_SLAVE_DS2431_WRITE
bool "write support"
depends on W1_SLAVE_DS2431
+config W1_SLAVE_DS2433
+ bool "4kb EEPROM family support (DS2433)"
+ help
+ Say Y here if you want to use a 1-wire
+ 4kb EEPROM family device (DS2433).
+
+config W1_SLAVE_DS2433_WRITE
+ bool "write support"
+ depends on W1_SLAVE_DS2433
+
endmenu