From: Alan Cox Date: Mon, 5 Dec 2011 23:14:39 +0000 (+0000) Subject: x86/intel_mid: Fix the Kconfig for MID selection X-Git-Tag: v3.2-rc5~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd13752537d36cc6c145cb040f71ce7acda31e6e;p=pandora-kernel.git x86/intel_mid: Fix the Kconfig for MID selection We currently fail to build on CONFIG_X86_INTEL_MID=y and CONFIG_X86_MRST unset. We could build all the bits to make generic MID work if you picked MID platform alone but that's really silly. Instead use select and two variables. This looks a bit daft right now but once we add a Medfield selection it'll start to look a good deal more sensible. Reported-by: Ingo Molnar Reported-by: Stanislaw Gruszka Signed-off-by: Alan Cox Link: http://lkml.kernel.org/r/20111205231433.28811.51297.stgit@bob.linux.org.uk Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed