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:
parent
2ba9fd55af
commit
8e9e49a2f8
@ -6,7 +6,7 @@
|
|||||||
config EXAMPLES_LEDS
|
config EXAMPLES_LEDS
|
||||||
tristate "LED driver example"
|
tristate "LED driver example"
|
||||||
default n
|
default n
|
||||||
depends on ARCH_HAVE_LEDS && !ARCH_LEDS
|
depends on USERLED
|
||||||
---help---
|
---help---
|
||||||
Enable the LED driversexample
|
Enable the LED driversexample
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user