diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-02-04 10:47:55 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-04 10:47:55 -0500 |
commit | 4cf31841762954ad2868156ccba94d798a16630f (patch) | |
tree | 4daf82692f628559dbbee4769df02626faffe4c6 /arch/x86/Kconfig | |
parent | 3bc9a77e84096148d5ada29c986d6e71a20eaeda (diff) |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7109037bdf7c..77198f49b383 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -309,6 +309,7 @@ config X86_RDC321X | |||
309 | select M486 | 309 | select M486 |
310 | select X86_REBOOTFIXUPS | 310 | select X86_REBOOTFIXUPS |
311 | select GENERIC_GPIO | 311 | select GENERIC_GPIO |
312 | select LEDS_CLASS | ||
312 | select LEDS_GPIO | 313 | select LEDS_GPIO |
313 | help | 314 | help |
314 | This option is needed for RDC R-321x system-on-chip, also known | 315 | This option is needed for RDC R-321x system-on-chip, also known |