diff options
author | David E. Box <david.e.box@linux.intel.com> | 2014-03-04 00:41:43 -0500 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-04-06 12:58:13 -0400 |
commit | c900f291f25ad86270efa36630ee7f128d08096a (patch) | |
tree | 86b74eac78a5e35e1646f4ad29203154a992cc3b /drivers/platform/x86/Kconfig | |
parent | e22510eadd65e73709709c81dc2ab0a6ded97c90 (diff) |
Revert "X86 platform: New BayTrail IOSF-SB MBI driver"
This reverts commit 997ab407d2b4e7d7ce2788d2de68435eb94fcfec. This driver is
replaced by the more general SOC IOSF driver in commit 46184415368a.
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 5f67843c7fb7..826ed3af77cb 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -817,12 +817,4 @@ config PVPANIC | |||
817 | a paravirtualized device provided by QEMU; it lets a virtual machine | 817 | a paravirtualized device provided by QEMU; it lets a virtual machine |
818 | (guest) communicate panic events to the host. | 818 | (guest) communicate panic events to the host. |
819 | 819 | ||
820 | config INTEL_BAYTRAIL_MBI | ||
821 | tristate | ||
822 | depends on PCI | ||
823 | ---help--- | ||
824 | Needed on Baytrail platforms for access to the IOSF Sideband Mailbox | ||
825 | Interface. This is a requirement for systems that need to configure | ||
826 | the PUNIT for power management features such as RAPL. | ||
827 | |||
828 | endif # X86_PLATFORM_DEVICES | 820 | endif # X86_PLATFORM_DEVICES |