:orphan: .. title:: CONFIG_EEPROM_LPC11U6X .. kconfig:: CONFIG_EEPROM_LPC11U6X CONFIG_EEPROM_LPC11U6X ###################### *LPC11U6x EEPROM driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the on-chip EEPROM found on NXP LPC11U6x MCUs. Direct dependencies =================== \ :kconfig:`SOC_SERIES_LPC11U6X ` && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/eeprom/Kconfig.lpc11u6x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` → ``/eeprom/Kconfig:57`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig config EEPROM_LPC11U6X bool "LPC11U6x EEPROM driver" default y depends on SOC_SERIES_LPC11U6X && EEPROM help Enable support for the on-chip EEPROM found on NXP LPC11U6x MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*