diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-03-27 10:58:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-29 11:32:21 -0400 |
commit | 40e0b67be099175d069b0cf46f1102f352d46c61 (patch) | |
tree | 706bab97fd9c28db824f67a8509798ca46c76f0c /drivers/misc/mei/Kconfig | |
parent | b68301e9acd30f7fd63533a145f5e003e25ac9bd (diff) |
mei: move mei-me to separate module
mei layer provides host bus message layer, client management,
and os interface
mei-me - provides access to ME hardware through
the pci bus
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/Kconfig')
-rw-r--r-- | drivers/misc/mei/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig index d21b4d006a55..c76fa31e9bf6 100644 --- a/drivers/misc/mei/Kconfig +++ b/drivers/misc/mei/Kconfig | |||
@@ -10,10 +10,9 @@ config INTEL_MEI | |||
10 | <http://software.intel.com/en-us/manageability/> | 10 | <http://software.intel.com/en-us/manageability/> |
11 | 11 | ||
12 | config INTEL_MEI_ME | 12 | config INTEL_MEI_ME |
13 | bool "ME Enabled Intel Chipsets" | 13 | tristate "ME Enabled Intel Chipsets" |
14 | depends on INTEL_MEI | 14 | select INTEL_MEI |
15 | depends on X86 && PCI && WATCHDOG_CORE | 15 | depends on X86 && PCI && WATCHDOG_CORE |
16 | default y | ||
17 | help | 16 | help |
18 | MEI support for ME Enabled Intel chipsets. | 17 | MEI support for ME Enabled Intel chipsets. |
19 | 18 | ||