summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Tsai <josh_tsai@compal.corp-partner.google.com>2022-06-06 19:41:24 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-08 01:14:15 +0000
commitbe922b799c07717c00716673504e3cf4fc0e947b (patch)
tree837552af93d47f4ebbcf0268d69d3a32976be0e9
parentcf6440c764f7d945dfdae7cc62baf94510afe0b2 (diff)
downloadchrome-ec-be922b799c07717c00716673504e3cf4fc0e947b.tar.gz
Zephyr: fix SOC Kconfig typo
When we config the AP_X86_AMD, it should select the AP_X86 instead of AP_x86. BUG=b:234402115 BRANCH=none TEST=Skyrim can boot normally Signed-off-by: Josh Tsai <josh_tsai@compal.corp-partner.google.com> Change-Id: Id6bbcae21170fe483139842e1b55ee85a9c17c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3690044 Reviewed-by: Elmo Lan <elmo_lan@compal.corp-partner.google.com> Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--zephyr/app/ec/soc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig
index 7789ad7866..9d3c851a36 100644
--- a/zephyr/app/ec/soc/Kconfig
+++ b/zephyr/app/ec/soc/Kconfig
@@ -34,7 +34,7 @@ config AP_X86_INTEL_ADL
config AP_X86_AMD
bool "AP is an AMD chipset"
- select AP_x86
+ select AP_X86
help
The application processor is a product of AMD.