:orphan: .. title:: CONFIG_LED_GPIO .. kconfig:: CONFIG_LED_GPIO CONFIG_LED_GPIO ############### *GPIO LED driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for GPIO LEDs. Direct dependencies =================== \ :kconfig:`GPIO ` && n && \ :kconfig:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/led/Kconfig.gpio:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` → ``/led/Kconfig:29`` Menu path: (Top) → Device Drivers → LED drivers .. code-block:: kconfig config LED_GPIO bool "GPIO LED driver" depends on GPIO && n && LED help Enable driver for GPIO LEDs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*