:orphan: .. title:: CONFIG_EEPROM .. kconfig:: CONFIG_EEPROM CONFIG_EEPROM ############# *EEPROM hardware support* Type: ``bool`` Help ==== .. code-block:: none Enable support for EEPROM hardware. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/eeprom/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig EEPROM bool "EEPROM hardware support" help Enable support for EEPROM hardware. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*