Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - L index
The Linux kernel configuration item CONFIG_LEDS_TRIGGER_GPIO
has multiple definitions:
drivers/leds/trigger/Kconfig
The configuration item CONFIG_LEDS_TRIGGER_GPIO:
CONFIG_GPIOLIB || CONFIG_COMPILE_TEST
ledtrig-gpio
, ledtrig-gpio
This allows LEDs to be controlled by gpio events. It's good when using gpios as switches and triggering the needed LEDs from there. Triggers are defined as device properties.
If unsure, say N.
drivers/leds/Kconfig
The configuration item CONFIG_LEDS_TRIGGER_GPIO:
( CONFIG_LEDS_TRIGGERS ) && ( CONFIG_GPIOLIB )
ledtrig-gpio
, ledtrig-gpio
This allows LEDs to be controlled by gpio events. It's good when using gpios as switches and triggering the needed LEDs from there. One use case is n810's keypad LEDs that could be triggered by this trigger when user slides up to show keypad.
If unsure, say N.
Raw data from LKDDb:
lkddb module ledtrig-gpio CONFIG_LEDS_TRIGGER_GPIO : drivers/leds/Kconfig : "LED GPIO Trigger" # in 2.6.30–2.6.39, 3.0–3.9
lkddb module ledtrig-gpio CONFIG_LEDS_TRIGGER_GPIO : drivers/leds/trigger/Kconfig : "LED GPIO Trigger" # in 3.10–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.13
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - L index
Automatically generated (in year 2025). See also LKDDb sources on GitLab