Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: mei: adding watchdog core dependency to kconfig

Signed-off-by: Oren Weil <oren.jer.weil@intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Oren Weil and committed by
Greg Kroah-Hartman
cf05e52b d8deca31

+1 -1
+1 -1
drivers/staging/mei/Kconfig
··· 1 1 config INTEL_MEI 2 2 tristate "Intel Management Engine Interface (Intel MEI)" 3 - depends on X86 && PCI && EXPERIMENTAL 3 + depends on X86 && PCI && EXPERIMENTAL && WATCHDOG_CORE 4 4 help 5 5 The Intel Management Engine (Intel ME) provides Manageability, 6 6 Security and Media services for system containing Intel chipsets.