W1-EEPROM: add support for Maxim DS24 eeprom families
[oweals/u-boot.git] / drivers / w1-eeprom / Kconfig
1 #
2 # EEPROM subsystem configuration
3 #
4
5 menu "1-wire EEPROM support"
6
7 config 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
13 if W1_EEPROM
14
15 config 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
21 endif
22
23 endmenu