From 9451cd7c5b6ccce9e790159fb8d71b054fa8325f Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Wed, 25 Jan 2017 11:23:19 -0600 Subject: 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 --- package/kernel/leds-apu2/src/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/kernel/leds-apu2/src/Kconfig (limited to 'package/kernel/leds-apu2/src/Kconfig') diff --git a/package/kernel/leds-apu2/src/Kconfig b/package/kernel/leds-apu2/src/Kconfig new file mode 100644 index 0000000..d0ad5be --- /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. -- cgit v1.1