Skip to content

Commit 4e2b1c4

Browse files
Alan CoxIngo Molnar
authored andcommitted
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 <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent dd13752 commit 4e2b1c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/x86/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ config X86_WANT_INTEL_MID
401401

402402
if X86_WANT_INTEL_MID
403403

404+
config X86_INTEL_MID
405+
bool
406+
404407
config X86_MRST
405408
bool "Moorestown MID platform"
406409
depends on PCI

0 commit comments

Comments
 (0)