]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commitdd13752537d36cc6c145cb040f71ce7acda31e6e
treea3066fe1cb68fc536f972844ca30d661fa21a4db
parent45e713efe2fa574b6662e7fb63fae9497c5e03d4
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 <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>
arch/x86/Kconfig