:orphan: .. title:: I2C_LPC11U6X .. option:: CONFIG_I2C_LPC11U6X *LPC11U6X I2C driver* Type: ``bool`` Help ==== Enable I2C support on the LPC11U6X SoCs Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_SERIES_LPC11U6X `) || (\ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config I2C_LPC11U6X bool default y depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_LPC11U6X ` ---- At ``drivers/i2c/Kconfig.lpc11u6x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:41`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_LPC11U6X bool "LPC11U6X I2C driver" depends on \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`I2C ` help Enable I2C support on the LPC11U6X SoCs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*