]> git.baikalelectronics.ru Git - kernel.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)
commit7a5a9bc4a16c84fe8722d44b61f9c63efe202bc1
treea3066fe1cb68fc536f972844ca30d661fa21a4db
parent67530a2597382199135f58c8466cddf5fea4ec77
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