diff options
Diffstat (limited to 'package/kernel/leds-apu2/src/Kconfig')
-rw-r--r-- | package/kernel/leds-apu2/src/Kconfig | 8 |
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. |