diff options
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/chromeec/Kconfig | 6 | ||||
-rw-r--r-- | src/ec/google/chromeec/acpi/superio.asl | 2 | ||||
-rw-r--r-- | src/ec/google/chromeec/ec_message.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig index 4bb0d65c86..1a4dcdb770 100644 --- a/src/ec/google/chromeec/Kconfig +++ b/src/ec/google/chromeec/Kconfig @@ -125,9 +125,9 @@ config EC_GOOGLE_CHROMEEC_PD_BOARDNAME config EC_GOOGLE_CHROMEEC_RTC depends on EC_GOOGLE_CHROMEEC - bool "Enable Chrome OS EC RTC" + bool "Enable ChromeOS EC RTC" help - Enable support for the real-time clock on the Chrome OS EC. This + Enable support for the real-time clock on the ChromeOS EC. This uses the EC_CMD_RTC_GET_VALUE command to read the current time. choice @@ -194,7 +194,7 @@ config EC_GOOGLE_CHROMEEC_SWITCHES depends on EC_GOOGLE_CHROMEEC && VBOOT bool help - Enable support for Chrome OS mode switches provided by the Chrome OS + Enable support for ChromeOS mode switches provided by the ChromeOS EC. config EC_GOOGLE_CHROMEEC_INCLUDE_SSFC_IN_FW_CONFIG diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl index 0620e09576..84afa17ed1 100644 --- a/src/ec/google/chromeec/acpi/superio.asl +++ b/src/ec/google/chromeec/acpi/superio.asl @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Chrome OS Embedded Controller interface + * ChromeOS Embedded Controller interface * * Constants that should be defined: * diff --git a/src/ec/google/chromeec/ec_message.h b/src/ec/google/chromeec/ec_message.h index f074ae8a27..4423bd87e2 100644 --- a/src/ec/google/chromeec/ec_message.h +++ b/src/ec/google/chromeec/ec_message.h @@ -1,5 +1,5 @@ /* - * Chromium OS Matrix Keyboard Message Protocol definitions + * ChromiumOS Matrix Keyboard Message Protocol definitions */ /* SPDX-License-Identifier: GPL-2.0-or-later */ @@ -9,7 +9,7 @@ /* * Command interface between EC and AP, for LPC, I2C and SPI interfaces. * - * This is copied from the Chromium OS Open Source Embedded Controller code. + * This is copied from the ChromiumOS Open Source Embedded Controller code. */ enum { /* The header byte, which follows the preamble */ |