aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorDavid E. Box <david.e.box@linux.intel.com>2014-09-18 01:13:50 -0400
committerIngo Molnar <mingo@kernel.org>2014-09-19 07:08:42 -0400
commitced3ce760b8df08e8bafba44f6b40407df2d0402 (patch)
treed2dae501fa233028151bbda5100837036f1df760 /arch/x86/Kconfig
parent849f5d894383d25c49132437aa289c9a9c98d5df (diff)
x86/platform/intel/iosf: Add better description of IOSF driver in config
Adds better description of IOSF driver to determine when it should be enabled. Also moves the Kconfig option to "Processor type and features" menu from main configuration menu. Signed-off-by: David E. Box <david.e.box@linux.intel.com> Link: http://lkml.kernel.org/r/1411017231-20807-3-git-send-email-david.e.box@linux.intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig32
1 files changed, 17 insertions, 15 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a99988f991ed..d6334f489214 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -479,6 +479,23 @@ config X86_INTEL_LPSS
479 things like clock tree (common clock framework) and pincontrol 479 things like clock tree (common clock framework) and pincontrol
480 which are needed by the LPSS peripheral drivers. 480 which are needed by the LPSS peripheral drivers.
481 481
482config IOSF_MBI
483 tristate "Intel SoC IOSF Sideband support for SoC platforms"
484 depends on PCI
485 ---help---
486 This option enables sideband register access support for Intel SoC
487 platforms. On these platforms the IOSF sideband is used in lieu of
488 MSR's for some register accesses, mostly but not limited to thermal
489 and power. Drivers may query the availability of this device to
490 determine if they need the sideband in order to work on these
491 platforms. The sideband is available on the following SoC products.
492 This list is not meant to be exclusive.
493 - BayTrail
494 - Braswell
495 - Quark
496
497 You should say Y if you are running a kernel on one of these SoC's.
498
482config X86_RDC321X 499config X86_RDC321X
483 bool "RDC R-321x SoC" 500 bool "RDC R-321x SoC"
484 depends on X86_32 501 depends on X86_32
@@ -2432,21 +2449,6 @@ config X86_DMA_REMAP
2432 bool 2449 bool
2433 depends on STA2X11 2450 depends on STA2X11
2434 2451
2435config IOSF_MBI
2436 tristate "Intel System On Chip IOSF Sideband support"
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.
2449
2450config PMC_ATOM 2452config PMC_ATOM
2451 def_bool y 2453 def_bool y
2452 depends on PCI 2454 depends on PCI