Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e2b1c4f authored by Alan Cox's avatar Alan Cox Committed by Ingo Molnar
Browse files

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: default avatarAlan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/r/20111206132811.4041.32549.stgit@bob.linux.org.uk


Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent dd137525
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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