diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-01 03:46:22 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-10 19:31:45 +0200 |
commit | 82fd866701881623d69fe280dbac06ddff1fdef9 (patch) | |
tree | 56de627d4d097ba06db173c3ccfa26591f3bdb55 | |
parent | 5c3a121d52b30a1e53cdaa802fa1965fcd243164 (diff) | |
download | kernel-crypto-82fd866701881623d69fe280dbac06ddff1fdef9.tar.gz kernel-crypto-82fd866701881623d69fe280dbac06ddff1fdef9.tar.xz kernel-crypto-82fd866701881623d69fe280dbac06ddff1fdef9.zip |
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>
-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 42109f119df..fe361ae7ef2 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). |