examples/leds: Switch dependence from ARCH_HAVE_LEDS && !ARCH_LEDS to USERLED

application just use USERLED ioctl and shouldn't take care the implementation detail

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I5b707d86db1bd96d85b6fed1d5a403584739f0d7
This commit is contained in:
Xiang Xiao 2020-06-06 02:04:41 +08:00 committed by Abdelatif Guettouche
parent 2ba9fd55af
commit 8e9e49a2f8

View File

@ -6,7 +6,7 @@
config EXAMPLES_LEDS
tristate "LED driver example"
default n
depends on ARCH_HAVE_LEDS && !ARCH_LEDS
depends on USERLED
---help---
Enable the LED driversexample