CONFIG_LED_GPIO¶
GPIO LED driver
Type: bool
Help¶
Enable driver for GPIO LEDs.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/led/Kconfig.gpio:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:80 → <Zephyr Driver>/led/Kconfig:29
Menu path: (Top) → Device Drivers → LED drivers
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.)