:orphan: .. title:: CONFIG_I2C_LPC11U6X .. kconfig:: CONFIG_I2C_LPC11U6X CONFIG_I2C_LPC11U6X ################### *LPC11U6X I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable I2C support on the LPC11U6X SoCs Direct dependencies =================== (\ :kconfig:`I2C ` && \ :kconfig:`SOC_SERIES_LPC11U6X `) || (\ :kconfig:`I2C ` && \ :kconfig:`SOC_SERIES_LPC11U6X `) || (\ :kconfig:`SOC_SERIES_LPC11U6X ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config I2C_LPC11U6X bool default y depends on I2C && SOC_SERIES_LPC11U6X ---- At ``/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config I2C_LPC11U6X bool default y depends on I2C && SOC_SERIES_LPC11U6X ---- At ``/i2c/Kconfig.lpc11u6x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_LPC11U6X bool "LPC11U6X I2C driver" depends on SOC_SERIES_LPC11U6X && I2C help Enable I2C support on the LPC11U6X SoCs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*