summaryrefslogtreecommitdiff
path: root/drivers/w1-eeprom/Kconfig
blob: d5ddc8076ae575487ed91dc178eae7077fbe96ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# EEPROM subsystem configuration
#

menu "1-wire EEPROM support"

config W1_EEPROM
	bool "Enable support for EEPROMs on 1wire interface"
	depends on DM
	help
	  Support for the EEPROMs connected on 1-wire Dallas protocol interface

if W1_EEPROM

endif

endmenu