1
0
Fork 0

x86/intel_mid: Kconfig select fix

If we select a symbol it should have a type declared first
otherwise in some situations the config tools get upset. They
are currently perhaps a bit too resilient which is why this
wasn't noticed initially.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/r/20111206132811.4041.32549.stgit@bob.linux.org.uk
Signed-off-by: Ingo Molnar <mingo@elte.hu>
hifive-unleashed-5.1
Alan Cox 2011-12-06 13:28:22 +00:00 committed by Ingo Molnar
parent dd13752537
commit 4e2b1c4f56
1 changed files with 3 additions and 0 deletions

View File

@ -401,6 +401,9 @@ config X86_WANT_INTEL_MID
if X86_WANT_INTEL_MID
config X86_INTEL_MID
bool
config X86_MRST
bool "Moorestown MID platform"
depends on PCI