]> 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)
commitc1534e082e817ca2117e5b1dc5f6246ee20dd96c
treea3066fe1cb68fc536f972844ca30d661fa21a4db
parent9def3d41eabec0da18e621a16f360243cf653c46
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