x86: mach-rdc321x Kconfig fix
The mach-rdc321x uses the leds-gpio driver and explicitely selects it, this driver also depends on the leds class module, select it as well. Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
3bc9a77e84
commit
4cf3184176
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ config X86_RDC321X
|
|||
select M486
|
||||
select X86_REBOOTFIXUPS
|
||||
select GENERIC_GPIO
|
||||
select LEDS_CLASS
|
||||
select LEDS_GPIO
|
||||
help
|
||||
This option is needed for RDC R-321x system-on-chip, also known
|
||||
|
|
Loading…
Reference in a new issue