aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/leds-apu2/src/Kconfig
diff options
context:
space:
mode:
authorChris Blake <chrisrblake93@gmail.com>2017-01-25 11:23:19 -0600
committerFelix Fietkau <nbd@nbd.name>2017-01-27 11:18:27 +0100
commitfe12d51cd49ddad71b16839eef10f9d307241e7a (patch)
tree722c2ea4dda8e1cb677f534e4079ea2a8f1cf292 /package/kernel/leds-apu2/src/Kconfig
parent9ed108e98baae4ed7fbb6c8dd0ed4bd68dd4dc31 (diff)
downloadupstream-fe12d51cd49ddad71b16839eef10f9d307241e7a.tar.gz
upstream-fe12d51cd49ddad71b16839eef10f9d307241e7a.tar.bz2
upstream-fe12d51cd49ddad71b16839eef10f9d307241e7a.zip
leds-apu2: Add PC Engines APU2 LED driver
This adds support for the PCB LEDs and Reset Button found on the PC Engines APU2/APU3 embedded boards. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
Diffstat (limited to 'package/kernel/leds-apu2/src/Kconfig')
-rw-r--r--package/kernel/leds-apu2/src/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/kernel/leds-apu2/src/Kconfig b/package/kernel/leds-apu2/src/Kconfig
new file mode 100644
index 0000000000..d0ad5bea4f
--- /dev/null
+++ b/package/kernel/leds-apu2/src/Kconfig
@@ -0,0 +1,8 @@
+config LEDS_APU2
+ tristate "PC Engines APU2/APU3 LED support"
+ depends on LEDS_CLASS
+ depends on LEDS_GPIO
+ depends on GPIOLIB
+ help
+ Say yes here to enable support for the CPU GPIO pins on the PC Engines
+ APU2/APU3 board, which enables the front LEDs and Reset Button.