]> git.baikalelectronics.ru Git - kernel.git/commit
x86/intel_mid: Kconfig select fix
authorAlan Cox <alan@linux.intel.com>
Tue, 6 Dec 2011 13:28:22 +0000 (13:28 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Dec 2011 13:40:50 +0000 (14:40 +0100)
commit28065822af7ef282927ce4b1b4765b63957fd615
treefa997fc84e143fbf68a062e93dcc89bf44aef195
parentc1534e082e817ca2117e5b1dc5f6246ee20dd96c
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>
arch/x86/Kconfig