:orphan: .. title:: PINMUX_CC13XX_CC26XX .. option:: CONFIG_PINMUX_CC13XX_CC26XX *TI SimpleLink CC13xx / CC26xx pinmux driver* Type: ``bool`` Help ==== Enable the TI SimpleLink CC13xx / CC26xx pinmux driver. Direct dependencies =================== (\ :option:`PINMUX ` && \ :option:`SOC_SERIES_CC13X2_CC26X2 `) || (\ :option:`SOC_SERIES_CC13X2_CC26X2 ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config PINMUX_CC13XX_CC26XX bool default y depends on \ :option:`PINMUX ` && \ :option:`SOC_SERIES_CC13X2_CC26X2 ` ---- At ``drivers/pinmux/Kconfig.cc13xx_cc26xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` → ``drivers/pinmux/Kconfig:35`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_CC13XX_CC26XX bool "TI SimpleLink CC13xx / CC26xx pinmux driver" depends on \ :option:`SOC_SERIES_CC13X2_CC26X2 ` && \ :option:`PINMUX ` help Enable the TI SimpleLink CC13xx / CC26xx pinmux driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*