Re: [PATCH] [x86] rdc321x: Kconfig options fixes for rdc321x

From: Ingo Molnar
Date: Wed Feb 27 2008 - 05:54:03 EST



* Florian Fainelli <florian.fainelli@xxxxxxxxxxxxx> wrote:

> config ARCH_HIBERNATION_POSSIBLE
> def_bool y
> - depends on !SMP || !X86_VOYAGER
> + depends on !SMP || !(X86_VOYAGER || X86_RDC321X)

these many special conditions in the Kconfig space are way too ugly.
(Also, i can see no reason why for example hibernation wouldnt be
possible on rdc321x, it's a pure software concept ...)

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/