X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2FKconfig;fp=src%2FKconfig;h=b0261d90683e56d693fc933942ca0ee1d30dc374;hp=0696feb24640c9794885226c03525ecc8b709790;hb=8e073829ec69ee89b3e91f4c040c96988084a526;hpb=cb91e1525eb0b81f9bc2e24e3404d6a9efc1cce3 diff --git a/src/Kconfig b/src/Kconfig index 0696feb24..b0261d906 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -869,6 +869,16 @@ config DEBUG_TPM help This option enables additional TPM related debug messages. +if SOUTHBRIDGE_INTEL_BD82X6X && DEFAULT_CONSOLE_LOGLEVEL_8 +# Only visible with the right southbridge and loglevel. +config DEBUG_INTEL_ME + bool "Verbose logging for Intel Management Engine" + default n + help + Enable verbose logging for Intel Management Engine driver that + is present on Intel 6-series chipsets. +endif + config LLSHELL bool "Built-in low-level shell" default n