Skip to content

Commit

Permalink
x86/intel_mid: Kconfig select fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Ingo Molnar committed Dec 6, 2011
1 parent dd13752 commit 4e2b1c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e2b1c4

Please sign in to comment.