]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/iosf: Add Kconfig prompt for IOSF_MBI selection
authorDavid E. Box <david.e.box@linux.intel.com>
Wed, 27 Aug 2014 21:40:39 +0000 (14:40 -0700)
committerLuis Henriques <luis.henriques@canonical.com>
Wed, 15 Jul 2015 09:01:31 +0000 (10:01 +0100)
commit0a8b7ea60129af6228f6870aee6aa1d41a53fd2b
tree0c8d2d0158bc89b1ee6157a4862f97f7c956b3e6
parent62ddab96a13a8439f17125d20ec614ba6d5eb991
x86/iosf: Add Kconfig prompt for IOSF_MBI selection

commit aa8e4f22ab7773352ba3895597189b8097f2c307 upstream.

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 <david.e.box@linux.intel.com>
Link: http://lkml.kernel.org/r/1409175640-32426-2-git-send-email-david.e.box@linux.intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: William Dauchy <william@gandi.net>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/x86/Kconfig