Kconfig 263 B

1234567891011121314151617
  1. #
  2. # EEPROM subsystem configuration
  3. #
  4. menu "1-wire EEPROM support"
  5. config W1_EEPROM
  6. bool "Enable support for EEPROMs on 1wire interface"
  7. depends on DM
  8. help
  9. Support for the EEPROMs connected on 1-wire Dallas protocol interface
  10. if W1_EEPROM
  11. endif
  12. endmenu