diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-02-04 16:47:55 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-04 16:47:55 +0100 |
commit | 4cf31841762954ad2868156ccba94d798a16630f (patch) | |
tree | 4daf82692f628559dbbee4769df02626faffe4c6 /arch | |
parent | 3bc9a77e84096148d5ada29c986d6e71a20eaeda (diff) | |
download | linux-4cf31841762954ad2868156ccba94d798a16630f.tar.gz linux-4cf31841762954ad2868156ccba94d798a16630f.tar.bz2 linux-4cf31841762954ad2868156ccba94d798a16630f.zip |
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')
-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 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 |