x86/intel_mid: Fix the Kconfig for MID selection
authorAlan Cox <alan@linux.intel.com>
Mon, 5 Dec 2011 23:14:39 +0000 (23:14 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Dec 2011 10:28:36 +0000 (11:28 +0100)
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 <mingo@elte.hu>
Reported-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/r/20111205231433.28811.51297.stgit@bob.linux.org.uk
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found