blob: d5ddc8076ae575487ed91dc178eae7077fbe96ce [file] [log] [blame]
Maxime Ripardf674fc02018-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
15endif
16
17endmenu