diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-01 01:46:22 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-10 17:31:45 (GMT) |
commit | 82fd866701881623d69fe280dbac06ddff1fdef9 (patch) | |
tree | 56de627d4d097ba06db173c3ccfa26591f3bdb55 /arch/x86 | |
parent | 5c3a121d52b30a1e53cdaa802fa1965fcd243164 (diff) | |
download | linux-82fd866701881623d69fe280dbac06ddff1fdef9.tar.xz |
x86: rdc: leds build/config fix
select NEW_LEDS for now until the Kconfig dependencies have been
fixed.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-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 42109f1..fe361ae 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -335,6 +335,7 @@ config X86_RDC321X select GENERIC_GPIO select LEDS_CLASS select LEDS_GPIO + select NEW_LEDS help This option is needed for RDC R-321x system-on-chip, also known as R-8610-(G). |