diff options
| -rw-r--r-- | arch/x86/Kconfig | 32 |
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 | ||
| 482 | config 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 | |||
| 482 | config X86_RDC321X | 499 | config 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 | ||
| 2435 | config 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 | |||
| 2450 | config PMC_ATOM | 2452 | config PMC_ATOM |
| 2451 | def_bool y | 2453 | def_bool y |
| 2452 | depends on PCI | 2454 | depends on PCI |
