blob: 46da9914bc2c2748316aa30ff7a5df07860af106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
menu "LEDS driver support"
config ADK_KERNEL_NEW_LEDS
bool
default n
help
config ADK_KPACKAGE_KMOD_LEDS_CLASS
prompt "LED Class support"
tristate
default n
help
endmenu
|