tpm: add a console channel for TPM subsystem

With conditional compilation in place more channels can be created.

BRANCH=none
BUG=chrome-os-partner:43025
TEST=none yet

Change-Id: Ia5aa5dba054b53adeabf7bd49d1111f65e87e924
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/287129
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Vadim Bendebury
2015-07-21 12:28:56 -07:00
committed by ChromeOS Commit Bot
parent e0d27dd603
commit 3a77fd7332
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ static const char * const channel_names[] = {
"system",
"task",
"thermal",
"tpm",
"usb",
"usbcharge",
"usbpd",

View File

@@ -60,6 +60,7 @@ enum console_channel {
CC_SYSTEM,
CC_TASK,
CC_THERMAL,
CC_TPM,
CC_USB,
CC_USBCHARGE,
CC_USBPD,