From: David E. Box Date: Wed, 27 Aug 2014 21:40:39 +0000 (-0700) Subject: x86/iosf: Add Kconfig prompt for IOSF_MBI selection X-Git-Tag: fixes-against-v3.18-rc2~87^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8e4f22ab7773352ba3895597189b8097f2c307;p=pandora-kernel.git x86/iosf: Add Kconfig prompt for IOSF_MBI selection Fixes an error in having the iosf build as 'default m'. On X86 SoC's the iosf sideband is the only way to access information for some registers, as opposed to through MSR's on other Intel architectures. While selecting IOSF_MBI is preferred, it does mean carrying extra code on non-SoC architectures. This exports the selection to the user, allowing those driver writers to compile out iosf code if it's not being built. Signed-off-by: David E. Box Link: http://lkml.kernel.org/r/1409175640-32426-2-git-send-email-david.e.box@linux.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed