diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-03-27 18:58:30 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-29 19:32:21 +0400 |
commit | 40e0b67be099175d069b0cf46f1102f352d46c61 (patch) | |
tree | 706bab97fd9c28db824f67a8509798ca46c76f0c /drivers/misc/mei/Kconfig | |
parent | b68301e9acd30f7fd63533a145f5e003e25ac9bd (diff) | |
download | linux-40e0b67be099175d069b0cf46f1102f352d46c61.tar.xz |
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 <http://software.intel.com/en-us/manageability/> config INTEL_MEI_ME - bool "ME Enabled Intel Chipsets" - depends on INTEL_MEI + tristate "ME Enabled Intel Chipsets" + select INTEL_MEI depends on X86 && PCI && WATCHDOG_CORE - default y help MEI support for ME Enabled Intel chipsets. |