blob: 4b7f3c4e0b84f29e0f61a9158a28b2f422fbc38f [file] [log] [blame]
Maxime Ripardc924ee22018-09-18 10:35:27 +03001#
2# EEPROM subsystem configuration
3#
4
5menu "1-wire EEPROM support"
6
7config W1_EEPROM
8 bool "Enable support for EEPROMs on 1wire interface"
9 depends on DM
10 help
11 Support for the EEPROMs connected on 1-wire Dallas protocol interface
12
13if W1_EEPROM
14
Maxime Ripard0749f642018-09-18 10:35:29 +030015config W1_EEPROM_DS24XXX
16 bool "Enable Maxim DS24 families EEPROM support"
17 depends on W1
18 help
19 Maxim DS24 EEPROMs 1-Wire EEPROM support
20
Eugen Hristev84e55bd2018-09-18 10:35:31 +030021config W1_EEPROM_SANDBOX
22 bool "Enable sandbox onewire EEPROM driver"
23 depends on W1
24 help
25 Sandbox driver for a onewire EEPROM memory
26
Maxime Ripardc924ee22018-09-18 10:35:27 +030027endif
28
29endmenu