aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid E. Box <david.e.box@linux.intel.com>2014-08-27 17:40:39 -0400
committerH. Peter Anvin <hpa@linux.intel.com>2014-08-27 17:48:33 -0400
commitaa8e4f22ab7773352ba3895597189b8097f2c307 (patch)
treebf1c0c348041163c4ab1673aa8cce57de09e64d3
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
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 <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>
-rw-r--r--arch/x86/Kconfig14
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5d0bf1aa9dcb..a99988f991ed 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2433,9 +2433,19 @@ config X86_DMA_REMAP
2433 depends on STA2X11 2433 depends on STA2X11
2434 2434
2435config IOSF_MBI 2435config IOSF_MBI
2436 tristate 2436 tristate "Intel System On Chip IOSF Sideband support"
2437 default m
2438 depends on PCI 2437 depends on PCI
2438 ---help---
2439 Enables sideband access to mailbox registers on SoC's. The sideband is
2440 available on the following platforms. This list is not meant to be
2441 exclusive.
2442 - BayTrail
2443 - Cherryview
2444 - Braswell
2445 - Quark
2446
2447 You should say Y if you are running a kernel on one of these
2448 platforms.
2439 2449
2440config PMC_ATOM 2450config PMC_ATOM
2441 def_bool y 2451 def_bool y